mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-30 10:33:54 -07:00
Chat works!
This commit is contained in:
parent
1baa188067
commit
64aa68cd26
28 changed files with 714 additions and 424 deletions
|
|
@ -17,8 +17,6 @@ public:
|
|||
QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const;
|
||||
|
||||
const ServerGameInfo &getGame(int row);
|
||||
void cleanList();
|
||||
public slots:
|
||||
void updateGameList(const ServerGameInfo &game);
|
||||
private:
|
||||
QList<ServerGameInfo> gameList;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue