Debugger: Fix removal of breakpoint marks in disassembler view

Task-number: QTCREATORBUG-14973
Change-Id: I6dfceefe6d8b1404c2a553dbeebd7dccefa1a624
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
hjk
2015-08-31 16:35:24 +02:00
parent 44a8e937e3
commit cfb2b2186e
5 changed files with 87 additions and 53 deletions

View File

@@ -320,7 +320,8 @@ public:
virtual void notifyInferiorIll();
QString toFileInProject(const QUrl &fileUrl);
void updateBreakpointMarkers();
void updateBreakpointMarker(const Breakpoint &bp);
void removeBreakpointMarker(const Breakpoint &bp);
signals:
void stateChanged(Debugger::DebuggerState state);