diff options
author | hjk <[email protected]> | 2020-08-25 11:47:09 +0200 |
---|---|---|
committer | hjk <[email protected]> | 2020-08-26 10:43:07 +0000 |
commit | 8cf1b598fe8715adcc7eb86ba8bc3a55397d133d (patch) | |
tree | b944571b451cd5bb806b981e41bd37adca25064f /src/plugins/android/androidplugin.cpp | |
parent | 29a9565c89b61689a378e3d7ad7bb78482334452 (diff) |
Android: Inline AndroidDeployStepWidget
BuildStepConfigWidget with manual tweaks is good enough.
Also move AndroidDeployQtStepFactory to the usual place at the
end of the file.
Change-Id: I92af31ef77f986b6fcd84a14ac62b70e2da32ff2
Reviewed-by: Christian Stenger <[email protected]>
Diffstat (limited to 'src/plugins/android/androidplugin.cpp')
-rw-r--r-- | src/plugins/android/androidplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/android/androidplugin.cpp b/src/plugins/android/androidplugin.cpp index b1616ce56b2..4156965b93b 100644 --- a/src/plugins/android/androidplugin.cpp +++ b/src/plugins/android/androidplugin.cpp @@ -78,7 +78,7 @@ public: addSupportedTargetDeviceType(Constants::ANDROID_DEVICE_TYPE); setDefaultDisplayName(QCoreApplication::translate("Android::Internal", "Deploy to Android Device")); - addInitialStep(AndroidDeployQtStep::stepId()); + addInitialStep(Constants::ANDROID_DEPLOY_QT_ID); } }; |