mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-21 01:42:15 -07:00
always set tab parent to tabSupervisor
This commit is contained in:
parent
2a62b8c6ef
commit
a7aa1c160b
12 changed files with 16 additions and 24 deletions
|
|
@ -163,7 +163,7 @@ private:
|
|||
QWidget *centralWidget;
|
||||
|
||||
public:
|
||||
explicit TabDeckEditor(TabSupervisor *_tabSupervisor, QWidget *parent = nullptr);
|
||||
explicit TabDeckEditor(TabSupervisor *_tabSupervisor);
|
||||
void retranslateUi() override;
|
||||
QString getTabText() const override;
|
||||
void setDeck(DeckLoader *_deckLoader);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue