mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 04:23:55 -07:00
Merge branch 'master' into fix_1387
Conflicts: cockatrice/CMakeLists.txt cockatrice/src/tab_game.h cockatrice/src/tab_room.cpp
This commit is contained in:
commit
e9bad2cacb
31 changed files with 2989 additions and 428 deletions
|
|
@ -86,6 +86,7 @@ private slots:
|
|||
void sideboardPlanChanged();
|
||||
void sideboardLockButtonClicked();
|
||||
void updateSideboardLockButtonText();
|
||||
void refreshShortcuts();
|
||||
signals:
|
||||
void newCardAdded(AbstractCardItem *card);
|
||||
public:
|
||||
|
|
@ -203,8 +204,12 @@ private slots:
|
|||
|
||||
void addMentionTag(QString value);
|
||||
void commandFinished(const Response &response);
|
||||
<<<<<<< HEAD
|
||||
|
||||
void actCompleterChanged();
|
||||
=======
|
||||
void refreshShortcuts();
|
||||
>>>>>>> master
|
||||
public:
|
||||
TabGame(TabSupervisor *_tabSupervisor, QList<AbstractClient *> &_clients, const Event_GameJoined &event, const QMap<int, QString> &_roomGameTypes);
|
||||
TabGame(TabSupervisor *_tabSupervisor, GameReplay *replay);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue