forked from qt-creator/qt-creator
AndroidDevice: Update after the device manager has actually loaded
Change-Id: Ibab03ef09dea6312a0d4c812c819d847b1399298 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
@@ -115,6 +115,9 @@ public:
|
||||
static QLatin1String toolchainPrefix(ProjectExplorer::Abi::Architecture architecture);
|
||||
static QLatin1String toolsPrefix(ProjectExplorer::Abi::Architecture architecture);
|
||||
|
||||
// called from AndroidPlugin
|
||||
void updateAndroidDevice();
|
||||
|
||||
signals:
|
||||
void updated();
|
||||
|
||||
@@ -132,7 +135,6 @@ private:
|
||||
|
||||
int getSDKVersion(const QString &device) const;
|
||||
void updateAvailablePlatforms();
|
||||
void updateAndroidDevice();
|
||||
|
||||
|
||||
static AndroidConfigurations *m_instance;
|
||||
|
||||
Reference in New Issue
Block a user