forked from qt-creator/qt-creator
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user