debugger: insert action to create new watch item in locals&watchers context menu

This commit is contained in:
hjk
2009-03-19 16:19:44 +01:00
parent 27cb595bbb
commit 2a9070038f
4 changed files with 8 additions and 18 deletions

View File

@@ -132,7 +132,7 @@ public:
bool changed;
};
enum { INameRole = Qt::UserRole, ExpressionRole, VisualRole, ExpandedRole };
enum { INameRole = Qt::UserRole, ExpressionRole, ExpandedRole };
class WatchHandler : public QAbstractItemModel