aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/resourcenode.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2016-01-14 15:01:05 +0100
committerEike Ziller <eike.ziller@theqtcompany.com>2016-01-19 07:55:56 +0000
commitfc485e6b86c5751b022c5d4f0f2bd6c8e1ab54ba (patch)
tree560339df9c6f27621975fba1ff11bb181ada0501 /src/plugins/resourceeditor/resourcenode.h
parent24f5bc7d3f39ff9f322be359f76e8c1fd2e68302 (diff)
Add default implementation for IDocument::fallbackSaveAs(Path|FileName)
The methods are only relevant for documents without a filePath, and there was a mix of different irrelevant implementations present in subclasses. Change-Id: I4f57d306e5ddd913974cfe6ed0b4db062eb907a1 Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
Diffstat (limited to 'src/plugins/resourceeditor/resourcenode.h')
-rw-r--r--src/plugins/resourceeditor/resourcenode.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/resourceeditor/resourcenode.h b/src/plugins/resourceeditor/resourcenode.h
index 4aead600b5..0a62635aff 100644
--- a/src/plugins/resourceeditor/resourcenode.h
+++ b/src/plugins/resourceeditor/resourcenode.h
@@ -175,9 +175,6 @@ public:
ResourceFileWatcher(ResourceTopLevelNode *node);
bool save(QString *errorString, const QString &fileName, bool autoSave) override;
- QString fallbackSaveAsPath() const override;
- QString fallbackSaveAsFileName() const override;
-
bool isModified() const override;
bool isSaveAsAllowed() const override;