aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/androidplugin.cpp
diff options
context:
space:
mode:
authorDaniel Teske <[email protected]>2014-01-20 15:38:50 +0100
committerDaniel Teske <[email protected]>2014-02-18 13:50:29 +0100
commitfac46592c3417519d9da9d81e366339dde4bb6c0 (patch)
treec27dfe50ec4e29be14dbbfbcae4c967130db6d83 /src/plugins/android/androidplugin.cpp
parent73cf43f32370d8986b4c06511b95771582cc421d (diff)
Android: Add Java file wizard
Task-number: QTCREATORBUG-11220 Change-Id: I01967ce9bd205ccbeb93696b98e9b8d9228617f3 Reviewed-by: BogDan Vatra <[email protected]>
Diffstat (limited to 'src/plugins/android/androidplugin.cpp')
-rw-r--r--src/plugins/android/androidplugin.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/android/androidplugin.cpp b/src/plugins/android/androidplugin.cpp
index 77640d02a96..d4a78611259 100644
--- a/src/plugins/android/androidplugin.cpp
+++ b/src/plugins/android/androidplugin.cpp
@@ -48,6 +48,7 @@
#include "androidpotentialkit.h"
#include "javaeditorfactory.h"
#include "javacompletionassistprovider.h"
+#include "javafilewizard.h"
#ifdef HAVE_QBS
# include "androidqbspropertyprovider.h"
#endif
@@ -87,6 +88,7 @@ bool AndroidPlugin::initialize(const QStringList &arguments, QString *errorMessa
addAutoReleasedObject(new Internal::AndroidPotentialKit);
addAutoReleasedObject(new Internal::JavaEditorFactory);
addAutoReleasedObject(new Internal::JavaCompletionAssistProvider);
+ addAutoReleasedObject(new Internal::JavaFileWizard);
ProjectExplorer::KitManager::registerKitInformation(new Internal::AndroidGdbServerKitInformation);
// AndroidManifest.xml editor