mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 11:38:49 -07:00
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:
parent
22a6ded4f0
commit
6e8adddc6d
3 changed files with 35 additions and 42 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue