From 52faf327709f660a5862fce8b4426cc05d933f7b Mon Sep 17 00:00:00 2001 From: Jarek Kobus Date: Fri, 7 Oct 2016 11:35:47 +0200 Subject: [PATCH] Drop unneeded override Change-Id: Ia29517a56f23472d7015130abc8c8753b40afe33 Reviewed-by: Tobias Hunger --- src/plugins/diffeditor/diffeditordocument.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/diffeditor/diffeditordocument.h b/src/plugins/diffeditor/diffeditordocument.h index 81d98bb42d4..5b4771b0e71 100644 --- a/src/plugins/diffeditor/diffeditordocument.h +++ b/src/plugins/diffeditor/diffeditordocument.h @@ -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();