mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 17:44:01 -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
|
Q_OBJECT
|
||||||
|
|
||||||
|
DeckList *deckList;
|
||||||
|
FlowWidget *flowWidget;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
explicit DeckPreviewDeckTagsDisplayWidget(QWidget *_parent, DeckList *_deckList);
|
explicit DeckPreviewDeckTagsDisplayWidget(QWidget *_parent, DeckList *_deckList);
|
||||||
void setDeckList(DeckList *_deckList);
|
void setDeckList(DeckList *_deckList);
|
||||||
void refreshTags();
|
void refreshTags();
|
||||||
DeckList *deckList;
|
|
||||||
FlowWidget *flowWidget;
|
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
void openTagEditDlg();
|
void openTagEditDlg();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue