mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 19:43:55 -07:00
remote deck loading finished
This commit is contained in:
parent
cf21528a69
commit
4fac0e5b5a
14 changed files with 220 additions and 184 deletions
|
|
@ -26,7 +26,7 @@ private:
|
|||
Client *client;
|
||||
int gameId;
|
||||
|
||||
QPushButton *loadLocalButton, *loadRemoteButton;
|
||||
QPushButton *loadLocalButton, *loadRemoteButton, *readyStartButton;
|
||||
CardInfoWidget *cardInfo;
|
||||
MessageLogWidget *messageLog;
|
||||
QLabel *sayLabel;
|
||||
|
|
@ -41,6 +41,7 @@ private:
|
|||
private slots:
|
||||
void loadLocalDeck();
|
||||
void loadRemoteDeck();
|
||||
void readyStart();
|
||||
void deckSelectFinished(ProtocolResponse *r);
|
||||
public:
|
||||
TabGame(Client *_client, int _gameId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue