aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/resourceeditorplugin.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2014-09-18 16:00:51 +0200
committerTobias Hunger <tobias.hunger@digia.com>2014-09-30 10:56:32 +0200
commit31b83d27e8e46156db10cc25f36772682f0ff103 (patch)
tree8058a23f0b06cb548369c85edbe59fd60a094e3b /src/plugins/resourceeditor/resourceeditorplugin.cpp
parentf51fcacacb6f67590a8a09e433b8b976b493a270 (diff)
ResourceEditor: Replace ResourceWizard with a JsonWizard
Change-Id: I0fb76c8627f65329d1bfebecf44cc3c75e6b07b5 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'src/plugins/resourceeditor/resourceeditorplugin.cpp')
-rw-r--r--src/plugins/resourceeditor/resourceeditorplugin.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/plugins/resourceeditor/resourceeditorplugin.cpp b/src/plugins/resourceeditor/resourceeditorplugin.cpp
index 3d68c80c03..22b31fe8b0 100644
--- a/src/plugins/resourceeditor/resourceeditorplugin.cpp
+++ b/src/plugins/resourceeditor/resourceeditorplugin.cpp
@@ -31,7 +31,6 @@
#include "resourceeditorw.h"
#include "resourceeditorconstants.h"
-#include "resourcewizard.h"
#include "resourceeditorfactory.h"
#include "resourcenode.h"
@@ -128,15 +127,6 @@ bool ResourceEditorPlugin::initialize(const QStringList &arguments, QString *err
ResourceEditorFactory *editor = new ResourceEditorFactory(this);
addAutoReleasedObject(editor);
- ResourceWizard *wizard = new ResourceWizard;
- wizard->setDescription(tr("Creates a Qt Resource file (.qrc) that you can add to a Qt Widget Project."));
- wizard->setDisplayName(tr("Qt Resource file"));
- wizard->setId(QLatin1String("F.Resource"));
- wizard->setCategory(QLatin1String(Core::Constants::WIZARD_CATEGORY_QT));
- wizard->setDisplayCategory(QCoreApplication::translate("Core", Core::Constants::WIZARD_TR_CATEGORY_QT));
-
- addAutoReleasedObject(wizard);
-
errorMessage->clear();
// Register undo and redo