mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-03 03:53:56 -07:00
deck list editing in deck storage tab; mouse hover event for deck view
This commit is contained in:
parent
d23ece59ea
commit
e0c7df1694
20 changed files with 251 additions and 45 deletions
|
|
@ -32,6 +32,7 @@ class Event_SetActivePhase;
|
|||
class Event_Ping;
|
||||
class Player;
|
||||
class CardZone;
|
||||
class AbstractCardItem;
|
||||
class CardItem;
|
||||
|
||||
class TabGame : public Tab {
|
||||
|
|
@ -85,7 +86,7 @@ private slots:
|
|||
void loadRemoteDeck();
|
||||
void readyStart();
|
||||
void deckSelectFinished(ProtocolResponse *r);
|
||||
void newCardAdded(CardItem *card);
|
||||
void newCardAdded(AbstractCardItem *card);
|
||||
|
||||
void actConcede();
|
||||
void actLeaveGame();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue