forked from qt-creator/qt-creator
simplify WatchWindow expansion handling a bit
This commit is contained in:
@@ -135,7 +135,7 @@ public:
|
||||
bool changed;
|
||||
};
|
||||
|
||||
enum { INameRole = Qt::UserRole, VisualRole };
|
||||
enum { INameRole = Qt::UserRole, VisualRole, ExpandedRole };
|
||||
|
||||
|
||||
class WatchHandler : public QAbstractItemModel
|
||||
|
||||
Reference in New Issue
Block a user