mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
bugFix SF GUI
This commit is contained in:
@@ -17,14 +17,16 @@ ConnectorToServer::ConnectorToServer(QObject *parent) :
|
||||
|
||||
ConnectorToServer::~ConnectorToServer()
|
||||
{
|
||||
connectionThread->quit();
|
||||
connectionThread->wait();
|
||||
delete connectionThread;
|
||||
|
||||
delete client;
|
||||
delete recognizeSystem;
|
||||
delete sendSystem;
|
||||
delete dataParser;
|
||||
|
||||
connectionThread->quit();
|
||||
connectionThread->wait();
|
||||
delete connectionThread;
|
||||
|
||||
}
|
||||
|
||||
ServerSettings ConnectorToServer::getServerSettings()
|
||||
|
||||
Reference in New Issue
Block a user