From bcff13b6bce18604472e5954eb5ab7af4bb43b0f Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 16 Jan 2014 15:10:39 -0600 Subject: Implement Settings, a properties-cpp wrapper around GSettings --- include/datetime/settings.h | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'include/datetime/settings.h') diff --git a/include/datetime/settings.h b/include/datetime/settings.h index 3d4bc33..418bc33 100644 --- a/include/datetime/settings.h +++ b/include/datetime/settings.h @@ -42,17 +42,19 @@ public: Settings() =default; virtual ~Settings() =default; - core::Property time_format_mode; - core::Property show_clock; - core::Property show_day; - core::Property show_year; - core::Property show_seconds; core::Property custom_time_format; + core::Property> locations; core::Property show_calendar; + core::Property show_clock; + core::Property show_date; + core::Property show_day; + core::Property show_detected_location; core::Property show_events; core::Property show_locations; - core::Property show_auto_detected_location; - core::Property> locations; + core::Property show_seconds; + core::Property show_week_numbers; + core::Property show_year; + core::Property time_format_mode; core::Property timezone_name; }; -- cgit v1.2.3