Mulligan crash fix, multi-column screen alignment for multiplayer, Server Win32 compile fix

This commit is contained in:
unknown 2011-06-05 19:45:37 +02:00
parent a03bf8884f
commit 1bc05562cc
8 changed files with 93 additions and 57 deletions

View file

@ -19,7 +19,9 @@ public:
public slots:
void logMessage(QString message);
private slots:
#ifdef Q_OS_UNIX
void handleSigHup();
#endif
void flushBuffer();
signals:
void sigFlushBuffer();