mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Индикация блокировки Сервера на ГУИ
This commit is contained in:
@@ -162,7 +162,12 @@ bool MultiThreadServer::slot_BlockAutorization(bool block, QString whoFullName,
|
||||
{
|
||||
blockersMap.take(whoFullName);
|
||||
if(!blockersMap.count())
|
||||
{
|
||||
this->unBlockAutorization();
|
||||
blockRes = false;
|
||||
}
|
||||
else
|
||||
blockRes = true;
|
||||
}
|
||||
|
||||
if(res)
|
||||
|
||||
Reference in New Issue
Block a user