From 224576506dc157e0885ee502aeed58b450c76dee Mon Sep 17 00:00:00 2001 From: Oliver Wolff Date: Wed, 13 Dec 2017 07:42:57 +0100 Subject: [PATCH] Fix compile Change-Id: I65a387f9d3358ef450c02b7bf90ae498039ce542 Reviewed-by: Christian Stenger --- src/plugins/android/androidplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/android/androidplugin.cpp b/src/plugins/android/androidplugin.cpp index b9fca126113..3f14c090771 100644 --- a/src/plugins/android/androidplugin.cpp +++ b/src/plugins/android/androidplugin.cpp @@ -89,7 +89,7 @@ bool AndroidPlugin::initialize(const QStringList &arguments, QString *errorMessa addAutoReleasedObject(new Internal::AndroidDeviceFactory); addAutoReleasedObject(new Internal::AndroidPotentialKit); addAutoReleasedObject(new Internal::JavaEditorFactory); - addAutoReleasedObject(new AndroidPackageInstallationFactory); + addAutoReleasedObject(new Internal::AndroidPackageInstallationFactory); KitManager::registerKitInformation(new Internal::AndroidGdbServerKitInformation); addAutoReleasedObject(new Internal::AndroidManifestEditorFactory);