mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 16:32:16 -07:00
Correctly invoke new instance now.
This commit is contained in:
parent
b3fe3ede86
commit
e4fa8a02ac
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ TabDeckEditor::TabDeckEditor(TabSupervisor *_tabSupervisor) : AbstractTabDeckEdi
|
||||||
|
|
||||||
void TabDeckEditor::createMenus()
|
void TabDeckEditor::createMenus()
|
||||||
{
|
{
|
||||||
deckMenu = new DeckEditorMenu(this, this);
|
deckMenu = new DeckEditorMenu(this);
|
||||||
addTabMenu(deckMenu);
|
addTabMenu(deckMenu);
|
||||||
|
|
||||||
viewMenu = new QMenu(this);
|
viewMenu = new QMenu(this);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue