mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
feat: add server notify
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include <Core/sendsystem.h>
|
||||
#include <Core/hashcomparer.h>
|
||||
#include <Core/versioncontainer.h>
|
||||
#include <Core/notifycontroller.h>
|
||||
#include <Data/Datas.h>
|
||||
#include <Widgets/commonbuttongroupwidget.h>
|
||||
#include <Widgets/entrywidget.h>
|
||||
@@ -59,6 +60,7 @@ public:
|
||||
void disableUnsaveButton(bool flag);
|
||||
void activateLoadingAnimation(bool flag);
|
||||
|
||||
void showWarning(QString text);
|
||||
signals:
|
||||
void sigInitializeClient(MainWindow* mainWindow,
|
||||
RecognizeSystem *recognizeSystem,
|
||||
@@ -122,6 +124,8 @@ private:
|
||||
HashComparer *hashComparer;
|
||||
VersionContainer *versionContainer;
|
||||
ResourceManager *resourceManager;
|
||||
NotifyController *notifyController;
|
||||
|
||||
QThread *workerThread;
|
||||
QThread *animationThread;
|
||||
QTimer *timer;
|
||||
|
||||
Reference in New Issue
Block a user