forked from qt-creator/qt-creator
debugger: fix color for changed items in locals and expressions view
Change-Id: I93905f8e97e2738590fecf41ac7294c2f6872335 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -113,7 +113,6 @@ public:
|
||||
quint64 coreAddress() const;
|
||||
QByteArray hexAddress() const;
|
||||
QByteArray hexReferencingAddress() const;
|
||||
bool hasChanged(const WatchData &old) const;
|
||||
|
||||
public:
|
||||
quint64 id; // Token for the engine for internal mapping
|
||||
@@ -137,7 +136,6 @@ public:
|
||||
bool valueEnabled; // Value will be enabled or not
|
||||
bool valueEditable; // Value will be editable
|
||||
bool error;
|
||||
bool changed;
|
||||
qint32 sortId;
|
||||
QByteArray dumperFlags;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user