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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/breakpointmarker.h b/src/plugins/debugger/breakpointmarker.h
index 4101e7414d..432f59b3cd 100644
--- a/src/plugins/debugger/breakpointmarker.h
+++ b/src/plugins/debugger/breakpointmarker.h
@@ -48,6 +48,7 @@ public:
~BreakpointMarker();
void removedFromEditor();
void updateLineNumber(int lineNumber);
+ void updateFileName(const QString &fileName);
private:
BreakpointModelId m_id;