mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
в GUI приходит ответ с перечнем ПП от Сервера
This commit is contained in:
@@ -116,7 +116,7 @@ void ClientHandler::sendVersionList()
|
||||
|
||||
QByteArray array = file.readAll();
|
||||
file.close();
|
||||
emit sendXmlAnswer(array);
|
||||
/*emit*/ sendXmlAnswer(array); //KAV это же не сигнал!?
|
||||
}
|
||||
|
||||
void ClientHandler::sendPacketType(PacketType packetType)
|
||||
|
||||
Reference in New Issue
Block a user