summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/breakpointmarker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/breakpointmarker.h')
-rw-r--r--src/plugins/debugger/breakpointmarker.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/debugger/breakpointmarker.h b/src/plugins/debugger/breakpointmarker.h
index 0a972d4375..39d40f6731 100644
--- a/src/plugins/debugger/breakpointmarker.h
+++ b/src/plugins/debugger/breakpointmarker.h
@@ -48,6 +48,8 @@ public:
void updateFileName(const QString &fileName);
bool isDraggable() const { return true; }
void dragToLine(int lineNumber);
+ bool isClickable() const { return true; }
+ void clicked();
private:
BreakpointModelId m_id;