forked from qt-creator/qt-creator
Debugger: Fix breakpoint disabling using context menu
Change-Id: I3fa5ef2dc123f5f7f8292147626453284c1afd76 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
@@ -85,7 +85,7 @@ public:
|
||||
int modelId() const;
|
||||
|
||||
bool isEnabled() const { return m_params.enabled; }
|
||||
void setEnabled(bool enabled);
|
||||
void setEnabled(bool enabled, bool descend = true);
|
||||
|
||||
const BreakpointParameters &requestedParameters() const { return m_params; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user