braced again

Took 3 minutes
This commit is contained in:
Lukas Brübach
2026-05-24 01:59:27 +02:00
parent bf562a695d
commit 4779cc9742

View File

@@ -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);