game list mutex in S_PH

This commit is contained in:
Max-Wilhelm Bruker
2011-04-17 16:31:03 +02:00
parent 2d8b12a576
commit 9933b219a9
4 changed files with 21 additions and 5 deletions

View File

@@ -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);