feat: standAloneLoading

This commit is contained in:
semenov
2024-08-21 14:50:06 +03:00
parent eadc50279e
commit 1e4e16971b
40 changed files with 1019 additions and 79 deletions

View File

@@ -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;