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:
@@ -232,3 +232,4 @@ private:
|
||||
|
||||
} // namespace Android
|
||||
|
||||
Q_DECLARE_METATYPE(Android::AndroidDeviceInfo)
|
||||
|
@@ -120,7 +120,8 @@ AndroidRunner::AndroidRunner(RunControl *runControl,
|
||||
setDisplayName("AndroidRunner");
|
||||
static const int metaTypes[] = {
|
||||
qRegisterMetaType<QVector<QStringList> >("QVector<QStringList>"),
|
||||
qRegisterMetaType<Utils::Port>("Utils::Port")
|
||||
qRegisterMetaType<Utils::Port>("Utils::Port"),
|
||||
qRegisterMetaType<AndroidDeviceInfo>("Android::AndroidDeviceInfo")
|
||||
};
|
||||
Q_UNUSED(metaTypes);
|
||||
|
||||
|
@@ -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