forked from qt-creator/qt-creator
Debugger: Rename WatchItem::{color->valueColor}
It's the color of the value field, not of the whole item. Change-Id: I1dd63ae21469ec784aefa278d379f819280067d9 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -73,7 +73,7 @@ public:
|
||||
|
||||
QVariant editValue() const;
|
||||
int editType() const;
|
||||
QColor color() const;
|
||||
QColor valueColor() const;
|
||||
|
||||
int requestedFormat() const;
|
||||
void showInEditorHelper(QString *contents, int depth) const;
|
||||
|
||||
Reference in New Issue
Block a user