mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
game list mutex in S_PH
This commit is contained in:
parent
2d8b12a576
commit
9933b219a9
4 changed files with 21 additions and 5 deletions
|
|
@ -94,6 +94,8 @@ private:
|
|||
private slots:
|
||||
void pingClockTimeout();
|
||||
public:
|
||||
QMutex gameListMutex;
|
||||
|
||||
Server_ProtocolHandler(Server *_server, QObject *parent = 0);
|
||||
~Server_ProtocolHandler();
|
||||
void playerRemovedFromGame(Server_Game *game);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue