debugger: fix removal of dummy <Edit> watch item using the <Del> key

This commit is contained in:
hjk
2011-03-17 19:37:07 +01:00
parent d1f62507d3
commit b1d255efeb
3 changed files with 5 additions and 1 deletions

View File

@@ -682,6 +682,9 @@ QVariant WatchModel::data(const QModelIndex &idx, int role) const
case LocalsExpressionRole:
return QVariant(expression(item));
case LocalsRawExpressionRole:
return data.exp;
case LocalsINameRole:
return data.iname;