forked from qt-creator/qt-creator
Make AndroidManager completely static
All the methods are static now, so there's no need to instanciate the class. Change-Id: Ibb615f1f863ed1ad8e27dfb44d69998ea1061550 Reviewed-by: BogDan Vatra <bog_dan_ro@yahoo.com> Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
@@ -67,8 +67,6 @@ bool AndroidPlugin::initialize(const QStringList &arguments,
|
||||
|
||||
Internal::AndroidConfigurations::instance(this);
|
||||
|
||||
new Internal::AndroidManager(this);
|
||||
|
||||
addAutoReleasedObject(new Internal::AndroidRunControlFactory);
|
||||
addAutoReleasedObject(new Internal::AndroidRunConfigurationFactory);
|
||||
addAutoReleasedObject(new Internal::AndroidPackageInstallationFactory);
|
||||
|
Reference in New Issue
Block a user