mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
внедрение мессенджера
This commit is contained in:
@@ -69,6 +69,7 @@ public:
|
||||
bool getIsConnected();
|
||||
|
||||
SendSystem *getSendSystem() const;
|
||||
ServerAuthorization getServerAuth(){return serverAuth;}
|
||||
|
||||
bool sendClientNotify(QString command);
|
||||
public slots:
|
||||
@@ -88,6 +89,8 @@ public slots:
|
||||
|
||||
void slot_HashReady();
|
||||
|
||||
void slot_Auth(ServerAuthorization * serverAuth);
|
||||
|
||||
signals:
|
||||
void sigSetConnect(ServerSettings* serverSettings,QThread *thread);
|
||||
void sigStopConnect();
|
||||
@@ -148,6 +151,8 @@ private:
|
||||
|
||||
ServerSettings serverSettings;
|
||||
bool isLoggedIn;
|
||||
|
||||
ServerAuthorization serverAuth;
|
||||
};
|
||||
|
||||
#endif // CONNECTORTOSERVER_H
|
||||
|
||||
Reference in New Issue
Block a user