mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
refact 1
This commit is contained in:
@@ -2,11 +2,13 @@
|
||||
|
||||
ChatSystem::ChatSystem()
|
||||
{
|
||||
|
||||
qDebug() << "ChatSystem init thread ID " << QThread::currentThreadId();
|
||||
}
|
||||
|
||||
void ChatSystem::initialize(CommonClientHandler *commonClientHandler, DataParser *dataParser, QMap<int, ClientHandler*> *clientsMap)
|
||||
{
|
||||
qDebug() << "ChatSystem::initialize thread ID " << QThread::currentThreadId();
|
||||
|
||||
this->commonClientHandler = commonClientHandler;
|
||||
this->dataParser = dataParser;
|
||||
this->clientsMap = clientsMap;
|
||||
|
||||
Reference in New Issue
Block a user