debugger: don't hard code typeformats except for ints and strings

This commit is contained in:
hjk
2010-03-15 15:36:00 +01:00
parent 8ebe4e90cd
commit 0cd06f55bc
5 changed files with 23 additions and 24 deletions

View File

@@ -127,6 +127,7 @@ public:
QByteArray editvalue; // Displayed value
int editformat; // Format of displayed value
QString valuetooltip; // Tooltip in value column
QString typeFormats; // Selection of formats of displayed value
QString type; // Type for further processing
QString displayedType;// Displayed type (optional)
QByteArray variable; // Name of internal Gdb variable if created