From 8380f096199d4da1e89789c9bd67974e550f2bf3 Mon Sep 17 00:00:00 2001 From: Gehad Elrobey Date: Wed, 16 Apr 2014 22:03:44 +0200 Subject: Renaming the prefs struct members to be consistent with the QSettings. -Renaming prefs members for consistency. -Changing references of QSettings to the prefs structure instead. -Removing unused functions in pref.h were left over from an old version. -Changing the data-type of bool members to short for consistency with other members. Signed-off-by: Gehad elrobey Signed-off-by: Dirk Hohndel --- subsurfacestartup.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'subsurfacestartup.c') diff --git a/subsurfacestartup.c b/subsurfacestartup.c index 4e7550ce3..471fea64e 100644 --- a/subsurfacestartup.c +++ b/subsurfacestartup.c @@ -16,14 +16,14 @@ struct preferences default_prefs = { .phe_threshold = 13.0, }, .mod = false, - .mod_ppO2 = 1.6, + .modppO2 = 1.6, .ead = false, - .heart_rate = true, - .profile_dc_ceiling = true, - .profile_red_ceiling = false, - .profile_calc_ceiling = false, - .calc_ceiling_3m_incr = false, - .calc_ndl_tts = false, + .hrgraph = true, + .dcceiling = true, + .redceiling = false, + .calcceiling = false, + .calcceiling3m = false, + .calcndltts = false, .gflow = 30, .gfhigh = 75, .animation = 500, -- cgit v1.2.3-70-g09d2