forked from qt-creator/qt-creator
debugger: insert action to create new watch item in locals&watchers context menu
This commit is contained in:
@@ -132,7 +132,7 @@ public:
|
||||
bool changed;
|
||||
};
|
||||
|
||||
enum { INameRole = Qt::UserRole, ExpressionRole, VisualRole, ExpandedRole };
|
||||
enum { INameRole = Qt::UserRole, ExpressionRole, ExpandedRole };
|
||||
|
||||
|
||||
class WatchHandler : public QAbstractItemModel
|
||||
|
||||
Reference in New Issue
Block a user