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:
hjk
2015-03-25 13:16:41 +01:00
parent 434c99f08e
commit bc7a24afff
2 changed files with 5 additions and 20 deletions

View File

@@ -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)