Отработка BUSSY

This commit is contained in:
2025-11-27 13:25:30 +03:00
parent f0e04954ed
commit b0f02e742a
5 changed files with 45 additions and 1 deletions

View File

@@ -107,6 +107,7 @@ public slots:
void slot_showServerList(QList<StreamingVersionData*> *serverList);
void slot_HashReady();
void slot_Auth(ServerAuthorization * serverAuth);
void slot_ServerBlocked();
void slot_SendDeleteVersion(StreamingVersionData *streaming);
void slot_SendSwitchVersion(StreamingVersionData *selectVersion);
@@ -123,6 +124,7 @@ signals:
void sigLoginResult(ServerAuthorization * serverAuth);
void sigDeLoginResult(ServerDeAuthorization * serverDeAuth);
void sigServerBlocked();
void signal_UpdateDB(bool treeInstructor, bool treeTrainee);