From 49d0789e641e118dd412d3094e1f121f6ddfcb86 Mon Sep 17 00:00:00 2001 From: hjk Date: Fri, 20 Sep 2013 15:12:44 +0200 Subject: Cleanup IWizard interface and users Added 639 lines, removed 1391. Change-Id: I15ec7dd056d4f7ad79c6dd6a4181007ad14f6a43 Reviewed-by: Tobias Hunger --- src/plugins/pythoneditor/pythoneditorplugin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/pythoneditor/pythoneditorplugin.cpp') diff --git a/src/plugins/pythoneditor/pythoneditorplugin.cpp b/src/plugins/pythoneditor/pythoneditorplugin.cpp index 65f5d6a0fc..856c0677a7 100644 --- a/src/plugins/pythoneditor/pythoneditorplugin.cpp +++ b/src/plugins/pythoneditor/pythoneditorplugin.cpp @@ -236,8 +236,8 @@ bool PythonEditorPlugin::initialize(const QStringList &arguments, QString *error Core::FileIconProvider::registerIconOverlayForMimeType(icon, C_PY_MIMETYPE); // Add Python files and classes creation dialogs - addAutoReleasedObject(new FileWizard(Core::ICore::instance())); - addAutoReleasedObject(new ClassWizard(Core::ICore::instance())); + addAutoReleasedObject(new FileWizard); + addAutoReleasedObject(new ClassWizard); addAutoReleasedObject(new Internal::PythonHighlighterFactory); return true; -- cgit v1.2.1