forked from qt-creator/qt-creator
debugger: don't hard code typeformats except for ints and strings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user