debugger: make assignment of simple types work again

This commit is contained in:
hjk
2009-03-19 15:33:11 +01:00
parent 00be68701e
commit 45e7ccc0fa
4 changed files with 14 additions and 8 deletions

View File

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