This commit is contained in:
2025-11-20 13:09:40 +03:00
parent 176ced7045
commit 08664989b9
10 changed files with 280 additions and 139 deletions

View File

@@ -28,6 +28,7 @@
#include "providerdblms.h"
#include "docsupdater.h"
namespace Ui {
class ServerLMSWidget;
}
@@ -138,6 +139,8 @@ private:
Ui::ServerLMSWidget *ui;
private:
//WaitAnimationWidget *waitAnimationWidget;
MultiThreadServer *server;
QThread *updateThread;
QThread *loggerThread;