forked from qt-creator/qt-creator
allow in-line editing of watcher expressions
This commit is contained in:
@@ -146,7 +146,6 @@ public:
|
||||
//
|
||||
// QAbstractItemModel
|
||||
//
|
||||
bool setData(const QModelIndex &index, const QVariant &value, int role);
|
||||
QVariant data(const QModelIndex &index, int role) const;
|
||||
QModelIndex index(int, int, const QModelIndex &idx) const;
|
||||
QModelIndex parent(const QModelIndex &idx) const;
|
||||
|
||||
Reference in New Issue
Block a user