Refactor tab_supervisor to new Qt Slot/Signal syntax (#5430)

* Refactor tab_supervisor to new Qt Slot/Signal syntax

* fix build failure
This commit is contained in:
RickyRister 2025-01-09 03:26:42 -08:00 committed by GitHub
parent 22a6ded4f0
commit 6e8adddc6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 35 additions and 42 deletions

View file

@ -48,6 +48,7 @@ class AbstractClient : public QObject
Q_OBJECT
signals:
void statusChanged(ClientStatus _status);
void maxPingTime(int seconds, int maxSeconds);
// Room events
void roomEventReceived(const RoomEvent &event);