mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-20 07:45:17 -05:00
braced again
Took 3 minutes
This commit is contained in:
@@ -150,7 +150,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