forked from qt-creator/qt-creator
Debugger[CDB]: Fix breakpoints.
Reviewed-by: hjk Reviewed-by: aep <arvid.picciani@nokia.com> Task-number: QTCREATORBUG-2612
This commit is contained in:
@@ -78,8 +78,6 @@ public:
|
||||
bool isActive() const;
|
||||
bool isMasterList() const;
|
||||
|
||||
Breakpoints insertedBreakpoints() const;
|
||||
void takeInsertedBreakPoint(BreakpointData *);
|
||||
Breakpoints takeRemovedBreakpoints(); // Owned.
|
||||
Breakpoints takeEnabledBreakpoints(); // Not owned.
|
||||
Breakpoints takeDisabledBreakpoints(); // Not owned.
|
||||
|
||||
Reference in New Issue
Block a user