forked from qt-creator/qt-creator
Fixes: debugger: re-add code that was accidentally removed in bd96ebf7
This commit is contained in:
@@ -951,7 +951,7 @@ void WatchHandler::showEditValue(const WatchData &data)
|
||||
|
||||
void WatchHandler::removeWatchExpression(const QString &exp)
|
||||
{
|
||||
MODEL_DEBUG("REMOVE WATCH: " << iname);
|
||||
MODEL_DEBUG("REMOVE WATCH: " << exp);
|
||||
m_watchers.removeOne(exp);
|
||||
for (int i = m_completeSet.size(); --i >= 0;) {
|
||||
const WatchData & data = m_completeSet.at(i);
|
||||
|
||||
Reference in New Issue
Block a user