iOS: Put common IosDevice constructor code into a function

It is not even clear that the remaining difference are needed.

Change-Id: Ic4418143242793d82a1f4c4c368af69a2e537078
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2019-08-16 10:26:42 +02:00
parent 14da061c33
commit f187ddd590
2 changed files with 12 additions and 10 deletions

View File

@@ -68,6 +68,9 @@ protected:
IosDevice();
IosDevice(const QString &uid);
enum CtorHelper {};
IosDevice(CtorHelper);
Dict m_extraInfo;
bool m_ignoreDevice = false;
mutable quint16 m_lastPort;