debugger: code cosmetics; fix toggling breakpoints using the editor context

This commit is contained in:
hjk
2010-11-15 15:15:09 +01:00
parent 7c337614a8
commit 4d1cd647b4
2 changed files with 21 additions and 23 deletions

View File

@@ -807,6 +807,7 @@ void BreakHandler::cleanupBreakpoint(BreakpointId id)
QTC_ASSERT(state(id) == BreakpointDead, /**/);
BreakpointItem item = m_storage.take(id);
item.destroyMarker();
layoutChanged();
}
BreakpointResponse BreakHandler::response(BreakpointId id) const