forked from qt-creator/qt-creator
Drop unneeded override
Change-Id: Ia29517a56f23472d7015130abc8c8753b40afe33 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -68,7 +68,6 @@ public:
|
|||||||
QString fallbackSaveAsPath() const override;
|
QString fallbackSaveAsPath() const override;
|
||||||
QString fallbackSaveAsFileName() const override;
|
QString fallbackSaveAsFileName() const override;
|
||||||
|
|
||||||
bool isModified() const override { return false; }
|
|
||||||
bool isSaveAsAllowed() const override { return true; }
|
bool isSaveAsAllowed() const override { return true; }
|
||||||
bool save(QString *errorString, const QString &fileName, bool autoSave) override;
|
bool save(QString *errorString, const QString &fileName, bool autoSave) override;
|
||||||
void reload();
|
void reload();
|
||||||
|
Reference in New Issue
Block a user