Android: Initialize m_handShakeMethod

Change-Id: I016c98669c7a361e0d4a6c0da0cba8e3b8feccf6
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
BogDan Vatra
2016-06-10 11:36:37 +03:00
parent 90137a54c4
commit 19b513c7a2

View File

@@ -113,7 +113,7 @@ private:
QStringList m_selector; QStringList m_selector;
QMutex m_mutex; QMutex m_mutex;
QRegExp m_logCatRegExp; QRegExp m_logCatRegExp;
DebugHandShakeType m_handShakeMethod; DebugHandShakeType m_handShakeMethod = SocketHandShake;
QTcpSocket *m_socket; QTcpSocket *m_socket;
bool m_customPort; bool m_customPort;
}; };