diff options
author | hjk <hjk@qt.io> | 2018-02-06 12:46:02 +0100 |
---|---|---|
committer | hjk <hjk@qt.io> | 2018-02-06 14:29:05 +0000 |
commit | 0bbf224667da24d466a462c3af66f74adfa40226 (patch) | |
tree | cff4d37a99d48544251dc2f016a8a53640e8e090 /src/plugins/pythoneditor/pythoneditorplugin.h | |
parent | 0b3350065521abdf83609147ed240772def03355 (diff) | |
download | qt-creator-0bbf224667da24d466a462c3af66f74adfa40226.tar.gz |
PythonEditor: Remove uses of global object pool
Change-Id: Iba9903ca994a0e9aef268685269789daf2b83183
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/pythoneditor/pythoneditorplugin.h')
-rw-r--r-- | src/plugins/pythoneditor/pythoneditorplugin.h | 2 |
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; |