Debugger: Fix breakpoint disabling using context menu

Change-Id: I3fa5ef2dc123f5f7f8292147626453284c1afd76
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
hjk
2018-09-25 19:21:36 +02:00
parent 922a363fb4
commit 0ebe8402c7
2 changed files with 17 additions and 9 deletions

View File

@@ -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; }