ios: Initialize members

Change-Id: I01cbbbfa9e8906768cc71d1c5b0d366d99924c7f
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Robert Loehning
2017-12-13 13:00:42 +01:00
parent e393422618
commit 300041cc6e
2 changed files with 3 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ protected:
IosDevice();
IosDevice(const IosDevice &other);
Dict m_extraInfo;
bool m_ignoreDevice;
bool m_ignoreDevice = false;
mutable quint16 m_lastPort;
};