debugger: fix cut&paste error in breakpoint states

This commit is contained in:
hjk
2010-11-16 17:29:38 +01:00
parent 886a9736dc
commit e1e680db01

View File

@@ -631,7 +631,7 @@ void BreakHandler::notifyBreakpointInsertFailed(BreakpointId id)
void BreakHandler::notifyBreakpointRemoveProceeding(BreakpointId id) void BreakHandler::notifyBreakpointRemoveProceeding(BreakpointId id)
{ {
QTC_ASSERT(state(id)== BreakpointRemoveRequested, /**/); QTC_ASSERT(state(id)== BreakpointRemoveRequested, /**/);
setState(id, BreakpointInsertProceeding); setState(id, BreakpointRemoveProceeding);
} }
void BreakHandler::notifyBreakpointRemoveOk(BreakpointId id) void BreakHandler::notifyBreakpointRemoveOk(BreakpointId id)