debugger: fix scheduling of deletion of data watch points

This commit is contained in:
hjk
2010-05-10 12:34:52 +02:00
parent 01aabbda82
commit 3795539e0a
4 changed files with 66 additions and 33 deletions

View File

@@ -337,6 +337,7 @@ void BreakWindow::deleteBreakpoints(QList<int> list)
const int row = qMin(firstRow, model()->rowCount() - 1);
if (row >= 0)
setCurrentIndex(model()->index(row, 0));
emit breakpointSynchronizationRequested();
}
void BreakWindow::editBreakpoint(const QModelIndexList &list)