forked from qt-creator/qt-creator
Debugger: Fix WatchItem color display
Name and type columns were not properly grayed out. Change-Id: I4120329e6d8f4e6fa33859056cafd07f69b642bd Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -107,7 +107,7 @@ public:
|
||||
|
||||
QVariant editValue() const;
|
||||
int editType() const;
|
||||
QColor valueColor() const;
|
||||
QColor valueColor(int column) const;
|
||||
|
||||
int requestedFormat() const;
|
||||
WatchItem *findItem(const QByteArray &iname);
|
||||
|
||||
Reference in New Issue
Block a user