mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 11:33:55 -07:00
fixed shuffling, more chat widget code
This commit is contained in:
parent
947cd1736c
commit
120193fb0b
8 changed files with 131 additions and 9 deletions
|
|
@ -33,6 +33,7 @@ private:
|
|||
QString cmd;
|
||||
int msgid;
|
||||
int time;
|
||||
QString extraData;
|
||||
signals:
|
||||
void finished(ServerResponse resp);
|
||||
void timeout();
|
||||
|
|
@ -42,6 +43,8 @@ public slots:
|
|||
public:
|
||||
int getMsgId() const { return msgid; }
|
||||
QString getCmd() const { return cmd; }
|
||||
const QString &getExtraData() const { return extraData; }
|
||||
void setExtraData(const QString &_extraData) { extraData = _extraData; }
|
||||
PendingCommand(const QString &_cmd, int _msgid, QObject *parent = 0);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue