forked from qt-creator/qt-creator
ios: fix missinig initialize after cleanup
Change-Id: I76af369f86f565e9909af6ad37a8a2374604d2b5 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
@@ -62,7 +62,7 @@ bool IosPlugin::initialize(const QStringList &arguments, QString *errorMessage)
|
|||||||
Q_UNUSED(arguments);
|
Q_UNUSED(arguments);
|
||||||
Q_UNUSED(errorMessage);
|
Q_UNUSED(errorMessage);
|
||||||
|
|
||||||
Internal::IosConfigurations::instance();
|
Internal::IosConfigurations::initialize();
|
||||||
|
|
||||||
addAutoReleasedObject(new Internal::IosRunControlFactory);
|
addAutoReleasedObject(new Internal::IosRunControlFactory);
|
||||||
addAutoReleasedObject(new Internal::IosRunConfigurationFactory);
|
addAutoReleasedObject(new Internal::IosRunConfigurationFactory);
|
||||||
|
|||||||
Reference in New Issue
Block a user