mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
"Show related card" option added to ingame context menu (#3115)
This commit is contained in:
parent
2409eae940
commit
7cfbf114b7
4 changed files with 41 additions and 0 deletions
|
|
@ -1604,6 +1604,11 @@ void TabGame::createDeckViewContainerWidget(bool bReplay)
|
|||
deckViewContainerWidget->setLayout(deckViewContainerLayout);
|
||||
}
|
||||
|
||||
void TabGame::viewCardInfo(const QString &cardName)
|
||||
{
|
||||
cardInfo->setCard(cardName);
|
||||
}
|
||||
|
||||
void TabGame::createCardInfoDock(bool bReplay)
|
||||
{
|
||||
Q_UNUSED(bReplay);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue