Commit a7310e40 authored by acfloria's avatar acfloria

Fix uninitialized variable in AppSettings causing a Segfault

parent 66fcbc2a
...@@ -78,6 +78,7 @@ AppSettings::AppSettings(QObject* parent) ...@@ -78,6 +78,7 @@ AppSettings::AppSettings(QObject* parent)
, _savePathFact (NULL) , _savePathFact (NULL)
, _autoLoadMissionsFact (NULL) , _autoLoadMissionsFact (NULL)
, _useChecklistFact (NULL) , _useChecklistFact (NULL)
, _advancedLinkSettingsFact (NULL)
, _mapboxTokenFact (NULL) , _mapboxTokenFact (NULL)
, _esriTokenFact (NULL) , _esriTokenFact (NULL)
, _defaultFirmwareTypeFact (NULL) , _defaultFirmwareTypeFact (NULL)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment