mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-23 02:42:16 -07:00
Support Flip Cards with related art
This commit is contained in:
parent
db53066d89
commit
aea52a4857
8 changed files with 50 additions and 10 deletions
|
|
@ -1807,9 +1807,9 @@ void TabGame::createDeckViewContainerWidget(bool bReplay)
|
|||
deckViewContainerWidget->setLayout(deckViewContainerLayout);
|
||||
}
|
||||
|
||||
void TabGame::viewCardInfo(const QString &cardName)
|
||||
void TabGame::viewCardInfo(const QString &cardName, const QString &providerId) const
|
||||
{
|
||||
cardInfoFrameWidget->setCard(cardName);
|
||||
cardInfoFrameWidget->setCard(cardName, providerId);
|
||||
}
|
||||
|
||||
void TabGame::createCardInfoDock(bool bReplay)
|
||||
|
|
|
|||
|
|
@ -313,7 +313,7 @@ public:
|
|||
public slots:
|
||||
void sendGameCommand(PendingCommand *pend, int playerId = -1);
|
||||
void sendGameCommand(const ::google::protobuf::Message &command, int playerId = -1);
|
||||
void viewCardInfo(const QString &cardName);
|
||||
void viewCardInfo(const QString &cardName, const QString &providerId = "") const;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue