mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
feat: standAloneLoading
This commit is contained in:
@@ -38,7 +38,7 @@ void MainWindow::Initialize()
|
||||
updateController->moveToThread(updateControllerThread);
|
||||
|
||||
recognizeSystem = new RecognizeSystem;
|
||||
screenChecker = new ScreenChecker;
|
||||
screenChecker = new ScreenChecker(dataParser,ui->displayWidget);
|
||||
externalExecuter = new ExternalExecuter;
|
||||
|
||||
timer = new QTimer;
|
||||
|
||||
Reference in New Issue
Block a user