Переработан порядок передачи списков 1

This commit is contained in:
2026-02-02 17:41:36 +03:00
parent a6451d0261
commit 4a24f6fc29
2 changed files with 2 additions and 0 deletions

View File

@@ -199,6 +199,7 @@ void ConnectorToServer::createObjects()
client->moveToThread(connectionThread);
dataParser = new DataParser;
dataParser->moveToThread(connectionThread);
sendSystem = new SendSystem;
sendSystem->moveToThread(connectionThread);