"Show related card" option added to ingame context menu (#3115)

This commit is contained in:
David Szabo 2018-02-19 07:12:25 +01:00 committed by Zach H
parent 2409eae940
commit 7cfbf114b7
4 changed files with 41 additions and 0 deletions

View file

@ -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);