mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
Consistent default values for weather scenario (avoid empty name)
This commit is contained in:
committed by
Mat Sutcliffe
parent
ca7f11eb81
commit
edbdcf3437
@@ -84,8 +84,8 @@ namespace BlackMisc
|
||||
|
||||
private:
|
||||
ScenarioIndex m_scenarioIndex = ClearSky;
|
||||
QString m_scenarioName;
|
||||
QString m_scenarioDescription;
|
||||
QString m_scenarioName {"Clear Sky"};
|
||||
QString m_scenarioDescription {"Clear Sky default"};
|
||||
|
||||
BLACK_METACLASS(
|
||||
CWeatherScenario,
|
||||
|
||||
Reference in New Issue
Block a user