removed thread

This commit is contained in:
Max-Wilhelm Bruker 2009-04-16 18:27:10 +02:00
parent 8680bce5fc
commit 16cc20a603
10 changed files with 25 additions and 95 deletions

View file

@ -20,8 +20,6 @@
#ifndef SERVERGAME_H
#define SERVERGAME_H
#include <QThread>
#include <QMutex>
#include <QStringList>
class ServerSocket;
@ -34,10 +32,11 @@ private:
bool gameStarted;
int activePlayer;
int activePhase;
signals:
void gameClosing();
public slots:
void broadcastEvent(const QString &event, ServerSocket *player);
public:
QMutex *mutex;
Random *rnd;
ServerSocket *creator;
int gameId;