aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/breakhandler.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2018-09-25 19:21:36 +0200
committerhjk <hjk@qt.io>2018-10-15 10:56:02 +0000
commit0ebe8402c7f2ae68845c2812fbd6af4d091ec229 (patch)
tree18278d88e24705a505de047a4d99cabd3bf316e5 /src/plugins/debugger/breakhandler.h
parent922a363fb43fbedc37de7c0ffa8b937e1b12a800 (diff)
Debugger: Fix breakpoint disabling using context menu
Change-Id: I3fa5ef2dc123f5f7f8292147626453284c1afd76 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/plugins/debugger/breakhandler.h')
-rw-r--r--src/plugins/debugger/breakhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/breakhandler.h b/src/plugins/debugger/breakhandler.h
index 048e2f996a..6df2080429 100644
--- a/src/plugins/debugger/breakhandler.h
+++ b/src/plugins/debugger/breakhandler.h
@@ -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; }