mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-27 00:53:55 -07:00
some client code
This commit is contained in:
parent
240ff06032
commit
c46ef255a1
8 changed files with 115 additions and 69 deletions
|
|
@ -17,11 +17,11 @@ private:
|
|||
QString trZoneName(CardZone *zone, Player *player, bool hisOwn, GrammaticalCase gc) const;
|
||||
public slots:
|
||||
void logConnecting(QString hostname);
|
||||
void logConnected(QString welcomeMsg);
|
||||
void logConnected();
|
||||
void logDisconnected();
|
||||
void logSocketError(const QString &errorString);
|
||||
void logServerError(ResponseCode response);
|
||||
void logProtocolVersionMismatch();
|
||||
void logProtocolVersionMismatch(int clientVersion, int serverVersion);
|
||||
void logProtocolError();
|
||||
private slots:
|
||||
void logPlayerListReceived(QStringList players);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue