forked from qt-creator/qt-creator
Android: Remove support old cmdline tools
Link: https://developer.android.com/studio/releases/sdk-tools Change-Id: I9ea7c83af604bfc4b5d5e81b037034b7e148e99a Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -134,8 +134,6 @@ public:
|
||||
QString getProductModel(const QString &device) const;
|
||||
bool isConnected(const QString &serialNumber) const;
|
||||
|
||||
bool preCmdlineSdkToolsInstalled() const;
|
||||
|
||||
bool sdkFullyConfigured() const { return m_sdkFullyConfigured; }
|
||||
void setSdkFullyConfigured(bool allEssentialsInstalled) { m_sdkFullyConfigured = allEssentialsInstalled; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user