code style
This commit is contained in:
parent
5daf7fe60a
commit
762a6283c6
1 changed files with 0 additions and 2 deletions
|
@ -177,12 +177,10 @@ CClient::CClient ( const quint16 iPortNumber ) :
|
||||||
SIGNAL ( ChatTextReceived ( QString ) ),
|
SIGNAL ( ChatTextReceived ( QString ) ),
|
||||||
SIGNAL ( ChatTextReceived ( QString ) ) );
|
SIGNAL ( ChatTextReceived ( QString ) ) );
|
||||||
|
|
||||||
|
|
||||||
// #### COMPATIBILITY OLD VERSION, TO BE REMOVED ####
|
// #### COMPATIBILITY OLD VERSION, TO BE REMOVED ####
|
||||||
QObject::connect ( &Channel, SIGNAL ( OpusSupported() ),
|
QObject::connect ( &Channel, SIGNAL ( OpusSupported() ),
|
||||||
this, SLOT ( OnOpusSupported() ) );
|
this, SLOT ( OnOpusSupported() ) );
|
||||||
|
|
||||||
|
|
||||||
QObject::connect ( &ConnLessProtocol,
|
QObject::connect ( &ConnLessProtocol,
|
||||||
SIGNAL ( CLMessReadyForSending ( CHostAddress, CVector<uint8_t> ) ),
|
SIGNAL ( CLMessReadyForSending ( CHostAddress, CVector<uint8_t> ) ),
|
||||||
this, SLOT ( OnSendCLProtMessage ( CHostAddress, CVector<uint8_t> ) ) );
|
this, SLOT ( OnSendCLProtMessage ( CHostAddress, CVector<uint8_t> ) ) );
|
||||||
|
|
Loading…
Add table
Reference in a new issue