summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor/cppeditordocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cppeditor/cppeditordocument.h')
-rw-r--r--src/plugins/cppeditor/cppeditordocument.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cppeditor/cppeditordocument.h b/src/plugins/cppeditor/cppeditordocument.h
index b7a0219e0a..ebb3e498b8 100644
--- a/src/plugins/cppeditor/cppeditordocument.h
+++ b/src/plugins/cppeditor/cppeditordocument.h
@@ -71,7 +71,7 @@ public:
TextEditor::TabSettings tabSettings() const override;
bool save(QString *errorString,
- const QString &fileName = QString(),
+ const Utils::FilePath &filePath = Utils::FilePath(),
bool autoSave = false) override;
signals: