mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 11:01:29 -07:00
braced again
Took 3 minutes
This commit is contained in:
@@ -142,7 +142,7 @@ TabGame::TabGame(TabSupervisor *_tabSupervisor,
|
||||
|
||||
TutorialSequence lobbySequence;
|
||||
|
||||
TutorialStep introStep(deckViewContainerWidget, tr("Let's try this out."));
|
||||
TutorialStep introStep{deckViewContainerWidget, tr("Let's try this out.")};
|
||||
lobbySequence.addStep(introStep);
|
||||
|
||||
tutorialController->addSequence(lobbySequence);
|
||||
|
||||
Reference in New Issue
Block a user