This commit is contained in:
2025-11-01 13:19:52 +03:00
parent 0d1d851e3f
commit e9363c388b
22 changed files with 801 additions and 484 deletions

View File

@@ -9,7 +9,7 @@ MultiThreadServer::MultiThreadServer(ServerLMSWidget *widget,UpdateController *u
updateController(updateController),
dataParser(dataParser),
stateServer(stoped),
stateBlockAutorization(unblocked)
stateBlockAutorization(blocked)
{
clientsMap = new QMap<int,ClientHandler*>;
}