changeset 110 | 330a2dbacd67 |
parent 97 | e7c1df9cce2c |
child 127 | ca70467bd0a8 |
--- a/QTfrontend/game.h Sat Aug 12 17:41:02 2006 +0000 +++ b/QTfrontend/game.h Mon Aug 14 14:49:40 2006 +0000 @@ -40,6 +40,7 @@ #include <QByteArray> #include <QString> #include <QDir> +#include <QProcess> #include "team.h" #include "rndstr.h" @@ -104,6 +105,7 @@ void NewConnection(); void ClientDisconnect(); void ClientRead(); + void StartProcessError(QProcess::ProcessError error); }; #endif