Android: Move most of QmakeAndroidBuildApkStepWidget to base

... as new AndroidBuildApkStepWidget, after renaming the previous
AndroidBuildApkStepWidget to AndroidBuildApkStepInnerWidget as this
is only a part of the whole widget.

There is clean up potential left for a later change.

Change-Id: Ie631537dfdaeb41b8d3b178047825312972d7439
Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
This commit is contained in:
hjk
2018-06-13 18:25:46 +02:00
committed by Vikas Pachdha
parent e9f1edf5ce
commit c08aab7b96
8 changed files with 192 additions and 262 deletions

View File

@@ -255,7 +255,7 @@ void AndroidBuildApkStep::showInGraphicalShell()
ProjectExplorer::BuildStepConfigWidget *AndroidBuildApkStep::createConfigWidget()
{
return new AndroidBuildApkWidget(this);
return new AndroidBuildApkInnerWidget(this);
}
void AndroidBuildApkStep::processFinished(int exitCode, QProcess::ExitStatus status)