forked from qt-creator/qt-creator
debugger: let the breakpoint view handle multiple items at once
This commit is contained in:
@@ -579,7 +579,7 @@ void BreakHandler::removeBreakpoint(int index)
|
||||
{
|
||||
if (index < 0 || index >= size())
|
||||
return;
|
||||
BreakHandler::removeBreakpointHelper(index);
|
||||
removeBreakpointHelper(index);
|
||||
emit layoutChanged();
|
||||
saveBreakpoints();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user