forked from qt-creator/qt-creator
debugger: remove breakpoint notification indirection through the engine
This commit is contained in:
@@ -143,6 +143,8 @@ public:
|
||||
void notifyBreakpointRemoveOk(BreakpointId id);
|
||||
void notifyBreakpointRemoveFailed(BreakpointId id);
|
||||
void notifyBreakpointReleased(BreakpointId id);
|
||||
void notifyBreakpointAdjusted(BreakpointId id,
|
||||
const BreakpointParameters &data);
|
||||
|
||||
private:
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user