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:
hjk
2015-04-15 18:48:32 +02:00
parent 6936d46bb9
commit bb02fba9c9
3 changed files with 19 additions and 17 deletions

View File

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