diff options
Diffstat (limited to 'editorpage.cpp')
-rw-r--r-- | editorpage.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editorpage.cpp b/editorpage.cpp index 0a11ee4..50faca8 100644 --- a/editorpage.cpp +++ b/editorpage.cpp @@ -57,4 +57,7 @@ void EditorPage::setFilePath(const QString &filePath) - +void setSaveState() +{ + // curPage()->setFilePath(""); +} |