aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/resourcenode.h
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2016-03-16 20:52:48 +0200
committerOrgad Shaneh <orgads@gmail.com>2016-03-17 07:43:55 +0000
commita5a4f02ced0d509f599746d0fdc70ce74d1e55a6 (patch)
treee4c14f7e8cd0725ef73b7714b8f6725b8cad5a3e /src/plugins/resourceeditor/resourcenode.h
parent5e623ddfd1b08f9fa63c9d2b451630d4da21df5b (diff)
Core: Make IDocument concrete
Change-Id: I8290943614ea4a2060cf09a71fb4f957852ab705 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'src/plugins/resourceeditor/resourcenode.h')
-rw-r--r--src/plugins/resourceeditor/resourcenode.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/resourceeditor/resourcenode.h b/src/plugins/resourceeditor/resourcenode.h
index d006d8225a..7d1fce7ebf 100644
--- a/src/plugins/resourceeditor/resourcenode.h
+++ b/src/plugins/resourceeditor/resourcenode.h
@@ -168,10 +168,6 @@ class ResourceFileWatcher : public Core::IDocument
Q_OBJECT
public:
ResourceFileWatcher(ResourceTopLevelNode *node);
- bool save(QString *errorString, const QString &fileName, bool autoSave) override;
-
- bool isModified() const override;
- bool isSaveAsAllowed() const override;
ReloadBehavior reloadBehavior(ChangeTrigger state, ChangeType type) const override;
bool reload(QString *errorString, ReloadFlag flag, ChangeType type) override;