mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
bugfix: send old messages to QTGUI
This commit is contained in:
@@ -70,6 +70,7 @@ public:
|
||||
|
||||
SendSystem *getSendSystem() const;
|
||||
|
||||
bool sendClientNotify(QString command);
|
||||
public slots:
|
||||
void slot_AnswerQueryToDB_ListInstructors(QList<Instructor> listInstructors);
|
||||
void slot_AnswerQueryToDB_ListGroups(QList<Group> listGroups);
|
||||
@@ -146,6 +147,7 @@ private:
|
||||
QByteArray listTaskAmmArray;
|
||||
|
||||
ServerSettings serverSettings;
|
||||
bool isLoggedIn;
|
||||
};
|
||||
|
||||
#endif // CONNECTORTOSERVER_H
|
||||
|
||||
Reference in New Issue
Block a user