feat: standAloneLoading

This commit is contained in:
semenov
2024-08-21 14:50:06 +03:00
parent c59f8f6035
commit 9d1c8277d5
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;