forked from qt-creator/qt-creator
JsonWizard: Replace Python FileWizard with a JsonWizard
Change-Id: Iebeae1f52cf856e009a0910118829c89dd3ea222 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
#include "pythoneditorplugin.h"
|
||||
#include "pythoneditor.h"
|
||||
#include "pythoneditorconstants.h"
|
||||
#include "wizard/pythonfilewizard.h"
|
||||
#include "wizard/pythonclasswizard.h"
|
||||
#include "tools/pythonhighlighter.h"
|
||||
|
||||
@@ -224,7 +223,6 @@ 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);
|
||||
addAutoReleasedObject(new ClassWizard);
|
||||
|
||||
auto hf = new TextEditor::HighlighterFactory;
|
||||
|
||||
Reference in New Issue
Block a user