debugger: even less peep-hole feeling for the watchers

This commit is contained in:
hjk
2011-02-17 16:48:18 +01:00
parent 02a7bf505f
commit 8c3e61e083

View File

@@ -778,7 +778,7 @@ Qt::ItemFlags WatchModel::flags(const QModelIndex &idx) const
// source of a drag and drop operation and as a drop target.
static const Qt::ItemFlags notEditable
= Qt::ItemIsSelectable | Qt::ItemIsEnabled;
= /* Qt::ItemIsSelectable | */ Qt::ItemIsEnabled;
static const Qt::ItemFlags editable = notEditable | Qt::ItemIsEditable;
// Disable editing if debuggee is positively running.