diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-06-23 18:52:52 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-06-23 18:52:52 -0500 |
commit | a85fd44e7b2dc67b3e0712e174e88d0eb6c467e7 (patch) | |
tree | 222a1f286be139627a89d31a9db414b2d174f423 /include/datetime/settings-live.h | |
parent | f6778e1cc3e3881225e967c94de4685c732755db (diff) | |
download | ayatana-indicator-datetime-a85fd44e7b2dc67b3e0712e174e88d0eb6c467e7.tar.gz ayatana-indicator-datetime-a85fd44e7b2dc67b3e0712e174e88d0eb6c467e7.tar.bz2 ayatana-indicator-datetime-a85fd44e7b2dc67b3e0712e174e88d0eb6c467e7.zip |
add GSettings support for specifying a default alarm sound and default alarm volume.
Diffstat (limited to 'include/datetime/settings-live.h')
-rw-r--r-- | include/datetime/settings-live.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/datetime/settings-live.h b/include/datetime/settings-live.h index 202c998..a075a85 100644 --- a/include/datetime/settings-live.h +++ b/include/datetime/settings-live.h @@ -55,6 +55,8 @@ private: void update_show_year(); void update_time_format_mode(); void update_timezone_name(); + void update_alarm_sound(); + void update_alarm_volume(); GSettings* m_settings; |