Drop unneeded override

Change-Id: Ia29517a56f23472d7015130abc8c8753b40afe33
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Jarek Kobus
2016-10-07 11:35:47 +02:00
committed by Jarek Kobus
parent 313c0b1b3b
commit 52faf32770

View File

@@ -68,7 +68,6 @@ public:
QString fallbackSaveAsPath() const override;
QString fallbackSaveAsFileName() const override;
bool isModified() const override { return false; }
bool isSaveAsAllowed() const override { return true; }
bool save(QString *errorString, const QString &fileName, bool autoSave) override;
void reload();