Merge branch 'work17' into DEV

This commit is contained in:
2025-08-18 17:20:05 +03:00
19 changed files with 2009 additions and 1906 deletions

View File

@@ -52,7 +52,7 @@ ServerLMSWidget::ServerLMSWidget(QWidget *parent) :
updateController->moveToThread(updateThread);
processingSystem = new ProcessingSystem(providerDBLMS, updateController);
processingSystem->moveToThread(updateThread);
//processingSystem->moveToThread(updateThread);
dataParser = new DataParser(assetsManager,processingSystem);