mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-10 04:16:43 -07:00
Hide non-existent card values in infowidget and cardframe (#3239)
This commit is contained in:
parent
9acf606e93
commit
3b3f5a639c
3 changed files with 67 additions and 12 deletions
|
|
@ -22,9 +22,12 @@ private:
|
|||
|
||||
CardInfoPtr info;
|
||||
|
||||
void resetLabels();
|
||||
|
||||
public:
|
||||
CardInfoText(QWidget *parent = 0);
|
||||
void retranslateUi();
|
||||
void setInvalidCardName(const QString &cardName);
|
||||
|
||||
public slots:
|
||||
void setCard(CardInfoPtr card);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue