Android: apply changes to selected packages to be installed

Change-Id: Ibd3c362b8b73624eb21eb283ffc021727cca9712
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Assam Boudjelthia
2020-07-02 14:01:07 +03:00
parent 468339b197
commit cfe5d1a253

View File

@@ -172,7 +172,7 @@ void AndroidSdkManagerWidget::installEssentials()
"Install them manually after the current operation is done.\n") "Install them manually after the current operation is done.\n")
.arg(m_sdkModel->missingEssentials().join("\", \""))); .arg(m_sdkModel->missingEssentials().join("\", \"")));
} }
m_ui->applySelectionButton->click(); onApplyButton();
} }
void AndroidSdkManagerWidget::beginLicenseCheck() void AndroidSdkManagerWidget::beginLicenseCheck()