mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
move default to the bottom of bakingStatusToString
This commit is contained in:
parent
84b5afaa4d
commit
da8ae23756
1 changed files with 1 additions and 1 deletions
|
@ -97,8 +97,8 @@ QString bakingStatusToString(BakingStatus status) {
|
|||
return "Baked";
|
||||
case Error:
|
||||
return "Error";
|
||||
default:
|
||||
case Unrelevant:
|
||||
default:
|
||||
return "--";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue