mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Preferences infrastructure for GeoManagement
Simple preferences infrastructure with default prefs, prefs and hooks for the Qt Settings system and our preferences ui. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ce4333e8fd
commit
21c46b8c2d
3 changed files with 51 additions and 1 deletions
|
|
@ -68,7 +68,15 @@ struct preferences default_prefs = {
|
|||
.access_token = NULL
|
||||
},
|
||||
.defaultsetpoint = 1100,
|
||||
.cloud_background_sync = true
|
||||
.cloud_background_sync = true,
|
||||
.geocoding = {
|
||||
.enable_geocoding = false,
|
||||
.parse_dive_without_gps = false,
|
||||
.tag_existing_dives = false,
|
||||
.first_item = NULL,
|
||||
.second_item = NULL,
|
||||
.third_item = NULL
|
||||
}
|
||||
};
|
||||
|
||||
int run_survey;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue