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

@ -13,7 +13,6 @@ class RemoteClient : public AbstractClient
{
Q_OBJECT
signals:
void maxPingTime(int seconds, int maxSeconds);
void serverTimeout();
void loginError(Response::ResponseCode resp, QString reasonStr, quint32 endTime, QList<QString> missingFeatures);
void registerError(Response::ResponseCode resp, QString reasonStr, quint32 endTime);