fix crash when console start
This commit is contained in:
parent
553022db14
commit
b821287e98
|
@ -10,6 +10,7 @@ ClientSocket::ClientSocket() : socket(new QTcpSocket(this)) {
|
||||||
}
|
}
|
||||||
|
|
||||||
ClientSocket::ClientSocket(QTcpSocket *socket) {
|
ClientSocket::ClientSocket(QTcpSocket *socket) {
|
||||||
|
aes_ready = false;
|
||||||
socket->setParent(this);
|
socket->setParent(this);
|
||||||
this->socket = socket;
|
this->socket = socket;
|
||||||
timerSignup.setSingleShot(true);
|
timerSignup.setSingleShot(true);
|
||||||
|
|
Loading…
Reference in New Issue