mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-08 00:53:57 -07:00
room stuff and minor fixes
This commit is contained in:
parent
80277ff573
commit
78d81ae65a
19 changed files with 159 additions and 99 deletions
|
|
@ -2,7 +2,6 @@
|
|||
#define REMOTECLIENT_H
|
||||
|
||||
#include <QTcpSocket>
|
||||
#include "protocol_datastructures.h"
|
||||
#include "abstractclient.h"
|
||||
|
||||
class QTimer;
|
||||
|
|
@ -22,7 +21,7 @@ private slots:
|
|||
void readData();
|
||||
void slotSocketError(QAbstractSocket::SocketError error);
|
||||
void ping();
|
||||
void loginResponse(ResponseCode response);
|
||||
void loginResponse(ProtocolResponse *response);
|
||||
private:
|
||||
static const int maxTimeout = 10;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue