Android: Introduce InstallationChange helper struct

Change-Id: Iae86b86d5966847d3dafe2e119782e2d0ce3cfe2
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Jarek Kobus
2024-04-18 15:57:25 +02:00
parent 14fa8ec3d5
commit 3a4784ea6c
3 changed files with 16 additions and 12 deletions

View File

@@ -452,7 +452,7 @@ void AndroidSdkManagerWidget::beginExecution()
Tr::tr("preferences") : Tr::tr("options")),
LogMessageFormat);
addPackageFuture(m_sdkManager->update(installSdkPaths, uninstallSdkPaths));
addPackageFuture(m_sdkManager->update({installSdkPaths, uninstallSdkPaths}));
}
void AndroidSdkManagerWidget::beginUpdate()