forked from qt-creator/qt-creator
Debugger: Remove unused WatchData::dumperFlags member
It was used for a hack to display QModelIndex with the compiled dumpers. The hack is gone, no need for the member. Change-Id: If8e439b51e0dbcf5c5ea58ad4b3adbbb161ced25 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -102,7 +102,6 @@ public:
|
||||
// Protocol interaction.
|
||||
void updateValue(const GdbMi &item);
|
||||
void updateChildCount(const GdbMi &mi);
|
||||
void updateAddress(const GdbMi &addressMi);
|
||||
void updateType(const GdbMi &item);
|
||||
void updateDisplayedType(const GdbMi &item);
|
||||
|
||||
@@ -128,7 +127,6 @@ public:
|
||||
bool valueEditable; // Value will be editable
|
||||
bool error;
|
||||
qint32 sortId;
|
||||
QByteArray dumperFlags;
|
||||
|
||||
Q_DECLARE_TR_FUNCTIONS(Debugger::Internal::WatchHandler)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user