bug fix
This commit is contained in:
parent
2d653ef3cc
commit
d7043ffbb6
1 changed files with 0 additions and 3 deletions
|
@ -58,9 +58,6 @@ CClient::CClient ( const quint16 iPortNumber ) :
|
|||
|
||||
QObject::connect ( &Channel, SIGNAL ( PingReceived ( int ) ),
|
||||
this, SLOT ( OnReceivePingMessage ( int ) ) );
|
||||
|
||||
QObject::connect ( &Channel, SIGNAL ( ReqNetTranspProps() ),
|
||||
this, SLOT ( OnReqNetTranspProps() ) );
|
||||
}
|
||||
|
||||
void CClient::OnSendProtMessage ( CVector<uint8_t> vecMessage )
|
||||
|
|
Loading…
Reference in a new issue