Fixes: debugger: re-add code that was accidentally removed in bd96ebf7

This commit is contained in:
hjk
2009-03-04 10:11:42 +01:00
parent 6632d5b480
commit 77db01c410
2 changed files with 132 additions and 3 deletions

View File

@@ -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);