mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
ref: some changes
* change hash process * add commands for version
This commit is contained in:
@@ -473,6 +473,14 @@ void MainWindow::on_unsafeChangingButton_clicked()
|
||||
|
||||
void MainWindow::on_exitButton_clicked()
|
||||
{
|
||||
workerThread->quit();
|
||||
workerThread->wait();
|
||||
|
||||
emit sigSendXMLAnswer(cmd_Disable);
|
||||
|
||||
delete workerThread;
|
||||
delete ui;
|
||||
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user