From 4a24f6fc2908782abae06c1e34c177c90e53fb00 Mon Sep 17 00:00:00 2001 From: krivoshein Date: Mon, 2 Feb 2026 17:41:36 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D1=80=D0=B0=D0=B1?= =?UTF-8?q?=D0=BE=D1=82=D0=B0=D0=BD=20=D0=BF=D0=BE=D1=80=D1=8F=D0=B4=D0=BE?= =?UTF-8?q?=D0=BA=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B4=D0=B0=D1=87=D0=B8=20?= =?UTF-8?q?=D1=81=D0=BF=D0=B8=D1=81=D0=BA=D0=BE=D0=B2=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../connectorToServer/connectortoserver.cpp | 1 + LibServer/Systems/processingsystem.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/LibInstructorsAndTrainees/connectorToServer/connectortoserver.cpp b/LibInstructorsAndTrainees/connectorToServer/connectortoserver.cpp index 7208aa4..d93c29f 100644 --- a/LibInstructorsAndTrainees/connectorToServer/connectortoserver.cpp +++ b/LibInstructorsAndTrainees/connectorToServer/connectortoserver.cpp @@ -199,6 +199,7 @@ void ConnectorToServer::createObjects() client->moveToThread(connectionThread); dataParser = new DataParser; + dataParser->moveToThread(connectionThread); sendSystem = new SendSystem; sendSystem->moveToThread(connectionThread); diff --git a/LibServer/Systems/processingsystem.cpp b/LibServer/Systems/processingsystem.cpp index daf40ac..2685d8d 100644 --- a/LibServer/Systems/processingsystem.cpp +++ b/LibServer/Systems/processingsystem.cpp @@ -322,6 +322,7 @@ void ProcessingSystem::processingClientQueryToDB(ClientHandler *client, ClientQu //client->sendXmlAnswer(arrayAnswer, PacketType::TYPE_XMLANSWER_QUERY_DB__LIST_TRAINEES); client->sendFileBlockByteArray(arrayAnswer, PacketType::TYPE_XMLANSWER_QUERY_DB__LIST_TRAINEES); + /**/ for(Trainee trainee : listTrainees) { //Отправка списка задач AMM этого обучаемого клиенту GUI