forked from qt-creator/qt-creator
Android: Make sure we can queue AndroidDeviceInfo in connections
Change-Id: I7f59cba50e180ea4584442f8c2a409abb9e49a33 Reviewed-by: BogDan Vatra <bogdan@kdab.com>
This commit is contained in:
@@ -66,7 +66,7 @@ signals:
|
||||
void asyncStart();
|
||||
void asyncStop();
|
||||
void qmlServerReady(const QUrl &serverUrl);
|
||||
void androidDeviceInfoChanged(const AndroidDeviceInfo &deviceInfo);
|
||||
void androidDeviceInfoChanged(const Android::AndroidDeviceInfo &deviceInfo);
|
||||
void avdDetected();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user