mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 08:34:52 -07:00
thread fixes
This commit is contained in:
parent
e6fc20114e
commit
69fce1fb5d
7 changed files with 23 additions and 1 deletions
|
|
@ -54,8 +54,10 @@ private:
|
|||
QTimer *pingClock;
|
||||
signals:
|
||||
void gameClosing();
|
||||
void sigStartGameIfReady();
|
||||
private slots:
|
||||
void pingClockTimeout();
|
||||
void doStartGameIfReady();
|
||||
public:
|
||||
mutable QMutex gameMutex;
|
||||
Server_Game(Server_ProtocolHandler *_creator, int _gameId, const QString &_description, const QString &_password, int _maxPlayers, const QList<int> &_gameTypes, bool _onlyBuddies, bool _onlyRegistered, bool _spectatorsAllowed, bool _spectatorsNeedPassword, bool _spectatorsCanTalk, bool _spectatorsSeeEverything, Server_Room *parent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue