summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/refactoringchanges.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/texteditor/refactoringchanges.h')
-rw-r--r--src/plugins/texteditor/refactoringchanges.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/texteditor/refactoringchanges.h b/src/plugins/texteditor/refactoringchanges.h
index 267ed2e6e2..fc67d43f85 100644
--- a/src/plugins/texteditor/refactoringchanges.h
+++ b/src/plugins/texteditor/refactoringchanges.h
@@ -57,6 +57,7 @@ public:
const QTextDocument *document() const;
const QTextCursor cursor() const;
+ QString fileName() const;
// converts 1-based line and column into 0-based offset
int position(unsigned line, unsigned column) const;