This commit is contained in:
Volker Fischer 2009-03-01 22:16:16 +00:00
parent 2d653ef3cc
commit d7043ffbb6

View File

@ -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 )