forked from qt-creator/qt-creator
Android: Initialize m_handShakeMethod
Change-Id: I016c98669c7a361e0d4a6c0da0cba8e3b8feccf6 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -113,7 +113,7 @@ private:
|
||||
QStringList m_selector;
|
||||
QMutex m_mutex;
|
||||
QRegExp m_logCatRegExp;
|
||||
DebugHandShakeType m_handShakeMethod;
|
||||
DebugHandShakeType m_handShakeMethod = SocketHandShake;
|
||||
QTcpSocket *m_socket;
|
||||
bool m_customPort;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user