fix: enumeration value not handled in switch

Dieser Commit ist enthalten in:
Reinder Feenstra 2025-09-25 23:33:35 +02:00
Ursprung b104cc442e
Commit 4a39da3631

Datei anzeigen

@ -275,6 +275,8 @@ QString ScreenShotDialog::getStepLabel(Step step)
return "NewWorldWizard";
case NewWorldWizardSetWorldName:
return "NewWorldWizardSetWorldName";
case NewWorldWizardSetWorldNameShoot:
return "NewWorldWizardSetWorldNameShoot";
case NewWorldWizardSetWorldScale:
return "NewWorldWizardSetWorldScale";
case NewWorldWizardFinish: