Android: pass sdkMaanger to allEssentialsInstalled() to keep sync

Change-Id: Ibe8385140c0d64394941b215324b70138d6f0cdf
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Assam Boudjelthia
2020-07-01 23:42:34 +03:00
parent 7f436e23ac
commit e3e0dd6c4d
3 changed files with 7 additions and 6 deletions

View File

@@ -27,6 +27,8 @@
#include "android_global.h"
#include "androidsdkpackage.h"
#include "androidsdkmanager.h"
#include <projectexplorer/toolchain.h>
#include <qtsupport/qtversionmanager.h>
@@ -134,7 +136,7 @@ public:
QStringList defaultEssentials() const;
QStringList essentialsFromQtVersion(const QtSupport::BaseQtVersion &version) const;
QStringList allEssentials() const;
bool allEssentialsInstalled();
bool allEssentialsInstalled(Internal::AndroidSdkManager *sdkManager);
bool sdkToolsOk() const;
Utils::FilePath openJDKLocation() const;