From f028a74f322d8c5e7d49b78d65b50e6e3285f13f Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Fri, 9 Mar 2018 12:23:00 +0100 Subject: [PATCH] Python: Fix warning about inconsistent use of override Change-Id: I13d601e1a67078ba2caedb3bb48296021859af1a Reviewed-by: hjk --- src/plugins/pythoneditor/pythoneditorplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/pythoneditor/pythoneditorplugin.cpp b/src/plugins/pythoneditor/pythoneditorplugin.cpp index ef6f7ee838b..9d5d404374c 100644 --- a/src/plugins/pythoneditor/pythoneditorplugin.cpp +++ b/src/plugins/pythoneditor/pythoneditorplugin.cpp @@ -95,7 +95,7 @@ public: private: RestoreResult fromMap(const QVariantMap &map, QString *errorMessage) override; - bool setupTarget(Target *t) + bool setupTarget(Target *t) override { refresh(t); return Project::setupTarget(t);