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);