mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
feat: add new states
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#include "UpdateController.h"
|
||||
#include <QObject>
|
||||
#include <Data/Datas.h>
|
||||
#include <Data/ErrorsEnum.h>
|
||||
|
||||
class PostProcessorSystem : public QObject
|
||||
{
|
||||
@@ -24,9 +25,11 @@ public:
|
||||
void saveLoginData(ServerAuthorization *auth);
|
||||
void setServerVersion(StreamingVersionData *serverVersion);
|
||||
void calculateCommonHash();
|
||||
void userArchived();
|
||||
void wrongLoginOrPass();
|
||||
void alreadyLogin();
|
||||
signals:
|
||||
void sigSocketDisabled();
|
||||
void sigServerBlocked();
|
||||
void sigShowError(ErrorsEnum error);
|
||||
void sigStartCompare(QList<FileData> *serverStreamingHash, QList<FileData> localStreamingHash);
|
||||
void sigCallUpdateList();
|
||||
void sigSaveLoginData(ServerAuthorization *serverAuth);
|
||||
|
||||
Reference in New Issue
Block a user