mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 02:53:56 -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
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue