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:
Daniel Teske
2012-07-04 12:48:35 +02:00
parent 560abd6109
commit c63dd913a9
3 changed files with 0 additions and 33 deletions

View File

@@ -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);