mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-23 15:13:55 -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
|
|
@ -244,6 +244,7 @@ private:
|
|||
const QString &avalue,
|
||||
bool allCards);
|
||||
void addRelatedCardActions(const CardItem *card, QMenu *cardMenu);
|
||||
void addRelatedCardView(const CardItem *card, QMenu *cardMenu);
|
||||
void createCard(const CardItem *sourceCard, const QString &dbCardName, bool attach = false);
|
||||
void createAttachedCard(const CardItem *sourceCard, const QString &dbCardName);
|
||||
bool createRelatedFromRelation(const CardItem *sourceCard, const CardRelation *cardRelation);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue