QTfrontend/game.h
changeset 110 330a2dbacd67
parent 97 e7c1df9cce2c
child 127 ca70467bd0a8
equal deleted inserted replaced
109:ab0340f580c2 110:330a2dbacd67
    38 #include <QTcpServer>
    38 #include <QTcpServer>
    39 #include <QTcpSocket>
    39 #include <QTcpSocket>
    40 #include <QByteArray>
    40 #include <QByteArray>
    41 #include <QString>
    41 #include <QString>
    42 #include <QDir>
    42 #include <QDir>
       
    43 #include <QProcess>
    43 #include "team.h"
    44 #include "team.h"
    44 #include "rndstr.h"
    45 #include "rndstr.h"
    45 
    46 
    46 #define IPC_PORT 46631
    47 #define IPC_PORT 46631
    47 #define MAXMSGCHARS 255
    48 #define MAXMSGCHARS 255
   102 
   103 
   103 private slots:
   104 private slots:
   104 	void NewConnection();
   105 	void NewConnection();
   105 	void ClientDisconnect();
   106 	void ClientDisconnect();
   106 	void ClientRead();
   107 	void ClientRead();
       
   108 	void StartProcessError(QProcess::ProcessError error);
   107 };
   109 };
   108 
   110 
   109 #endif
   111 #endif