bugfix: send old messages to QTGUI

This commit is contained in:
semenov
2025-08-20 14:26:40 +03:00
parent b412559483
commit 472300c1d8
10 changed files with 34 additions and 24 deletions

View File

@@ -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