summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2017-12-13 07:42:57 +0100
committerChristian Stenger <christian.stenger@qt.io>2017-12-13 06:47:32 +0000
commit224576506dc157e0885ee502aeed58b450c76dee (patch)
tree7c6d9e8bb65e58b2d3f5bbcb3297a47bcf588008 /src
parent1f3ba4ce15f1d248f9be987f76c333df88ae7485 (diff)
downloadqt-creator-224576506dc157e0885ee502aeed58b450c76dee.tar.gz
Fix compile
Change-Id: I65a387f9d3358ef450c02b7bf90ae498039ce542 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/plugins/android/androidplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/android/androidplugin.cpp b/src/plugins/android/androidplugin.cpp
index b9fca12611..3f14c09077 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);