summaryrefslogtreecommitdiff
path: root/src/plugins/pythoneditor/pythoneditorplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/pythoneditor/pythoneditorplugin.h')
-rw-r--r--src/plugins/pythoneditor/pythoneditorplugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/pythoneditor/pythoneditorplugin.h b/src/plugins/pythoneditor/pythoneditorplugin.h
index 7c71142c25..26c86fe86c 100644
--- a/src/plugins/pythoneditor/pythoneditorplugin.h
+++ b/src/plugins/pythoneditor/pythoneditorplugin.h
@@ -36,7 +36,7 @@ class PythonEditorPlugin : public ExtensionSystem::IPlugin
Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QtCreatorPlugin" FILE "PythonEditor.json")
public:
- PythonEditorPlugin();
+ PythonEditorPlugin() = default;
~PythonEditorPlugin() override;
bool initialize(const QStringList &arguments, QString *errorMessage) override;