debugger: let the breakpoint view handle multiple items at once

This commit is contained in:
hjk
2009-06-11 13:40:44 +02:00
parent 0f9b9b0494
commit 93ab95bc99
3 changed files with 98 additions and 39 deletions

View File

@@ -579,7 +579,7 @@ void BreakHandler::removeBreakpoint(int index)
{
if (index < 0 || index >= size())
return;
BreakHandler::removeBreakpointHelper(index);
removeBreakpointHelper(index);
emit layoutChanged();
saveBreakpoints();
}