forked from qt-creator/qt-creator
debugger: make watch and register items non-draggable
This commit is contained in:
@@ -714,8 +714,8 @@ Qt::ItemFlags WatchModel::flags(const QModelIndex &idx) const
|
||||
|
||||
static const ItemFlags notEditable =
|
||||
ItemIsSelectable
|
||||
| ItemIsDragEnabled
|
||||
| ItemIsDropEnabled
|
||||
// | ItemIsDragEnabled
|
||||
// | ItemIsDropEnabled
|
||||
// | ItemIsUserCheckable
|
||||
// | ItemIsTristate
|
||||
| ItemIsEnabled;
|
||||
|
||||
Reference in New Issue
Block a user