code style
This commit is contained in:
parent
2a5482cf46
commit
5a807e4381
1 changed files with 5 additions and 4 deletions
|
@ -110,7 +110,8 @@ protected:
|
||||||
CVector<CChannelShortInfo> CreateChannelList();
|
CVector<CChannelShortInfo> CreateChannelList();
|
||||||
void CreateAndSendChanListForAllConChannels();
|
void CreateAndSendChanListForAllConChannels();
|
||||||
void CreateAndSendChanListForThisChan ( const int iCurChanID );
|
void CreateAndSendChanListForThisChan ( const int iCurChanID );
|
||||||
void CreateAndSendChatTextForAllConChannels ( const int iCurChanID, const QString& strChatText );
|
void CreateAndSendChatTextForAllConChannels ( const int iCurChanID,
|
||||||
|
const QString& strChatText );
|
||||||
void WriteHTMLChannelList();
|
void WriteHTMLChannelList();
|
||||||
|
|
||||||
CVector<int16_t> ProcessData ( CVector<CVector<int16_t> >& vecvecsData,
|
CVector<int16_t> ProcessData ( CVector<CVector<int16_t> >& vecvecsData,
|
||||||
|
|
Loading…
Reference in a new issue