forked from qt-creator/qt-creator
Merged 'New Qt quick App' and 'Import Qml App' Wizards
The only difference between these wizards was that in the Import Wizard, the user was able to chose a .qml file. So, why not merge them. Also, this commit is a nice code reduction. The module deployment feature was killed by popular demand. Apparently, nobody writes or deploys Qml modules, these days. Let's see when they want to have it back ;) Task-Number: QTCREATORBUG-2505 Reviewed-by: ck
This commit is contained in:
@@ -140,8 +140,7 @@ bool Qt4ProjectManagerPlugin::initialize(const QStringList &arguments, QString *
|
||||
MobileAppWizard *mobileWizard = new MobileAppWizard;
|
||||
addAutoReleasedObject(mobileWizard);
|
||||
|
||||
addAutoReleasedObject(new QmlStandaloneAppWizard(QmlStandaloneAppWizard::NewQmlFile));
|
||||
addAutoReleasedObject(new QmlStandaloneAppWizard(QmlStandaloneAppWizard::ImportQmlFile));
|
||||
addAutoReleasedObject(new QmlStandaloneAppWizard());
|
||||
|
||||
LibraryWizard *libWizard = new LibraryWizard;
|
||||
addAutoReleasedObject(libWizard);
|
||||
|
||||
Reference in New Issue
Block a user