aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/modeleditor/modeldocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/modeleditor/modeldocument.h')
-rw-r--r--src/plugins/modeleditor/modeldocument.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/modeleditor/modeldocument.h b/src/plugins/modeleditor/modeldocument.h
index e606420805..6b2037e007 100644
--- a/src/plugins/modeleditor/modeldocument.h
+++ b/src/plugins/modeleditor/modeldocument.h
@@ -4,6 +4,7 @@
#pragma once
#include <coreplugin/idocument.h>
+#include <utils/filepath.h>
namespace qmt { class Uid; }
@@ -36,7 +37,7 @@ public:
ExtDocumentController *documentController() const;
- OpenResult load(QString *errorString, const QString &fileName);
+ OpenResult load(QString *errorString, const Utils::FilePath &fileName);
protected:
bool saveImpl(QString *errorString, const Utils::FilePath &filePath, bool autoSave) override;