mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 09:33:57 -07:00
Make fields private
This commit is contained in:
parent
a799cd097a
commit
09ab3bbb8f
1 changed files with 3 additions and 2 deletions
|
|
@ -19,12 +19,13 @@ class DeckPreviewDeckTagsDisplayWidget : public QWidget
|
|||
{
|
||||
Q_OBJECT
|
||||
|
||||
DeckList *deckList;
|
||||
FlowWidget *flowWidget;
|
||||
|
||||
public:
|
||||
explicit DeckPreviewDeckTagsDisplayWidget(QWidget *_parent, DeckList *_deckList);
|
||||
void setDeckList(DeckList *_deckList);
|
||||
void refreshTags();
|
||||
DeckList *deckList;
|
||||
FlowWidget *flowWidget;
|
||||
|
||||
public slots:
|
||||
void openTagEditDlg();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue