aboutsummaryrefslogtreecommitdiff
path: root/include/datetime
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2014-06-26 21:36:42 -0500
committerCharles Kerr <charles.kerr@canonical.com>2014-06-26 21:36:42 -0500
commitc5081444f4f493dc386012bcb99d2430fe26dc5a (patch)
tree621054c7d01007a0a6328b3e4995ec2f9cb6bfb7 /include/datetime
parentff5881ace7f91ca998b9722bc17a00fec3166461 (diff)
downloadayatana-indicator-datetime-c5081444f4f493dc386012bcb99d2430fe26dc5a.tar.gz
ayatana-indicator-datetime-c5081444f4f493dc386012bcb99d2430fe26dc5a.tar.bz2
ayatana-indicator-datetime-c5081444f4f493dc386012bcb99d2430fe26dc5a.zip
Expose the alarm settings via dbus properties.
Diffstat (limited to 'include/datetime')
-rw-r--r--include/datetime/exporter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/datetime/exporter.h b/include/datetime/exporter.h
index 8ae70b1..dd57263 100644
--- a/include/datetime/exporter.h
+++ b/include/datetime/exporter.h
@@ -22,6 +22,7 @@
#include <datetime/actions.h>
#include <datetime/menu.h>
+#include <datetime/settings.h>
#include <core/signal.h>
@@ -38,7 +39,7 @@ namespace datetime {
class Exporter
{
public:
- Exporter();
+ Exporter(const std::shared_ptr<Settings>&);
~Exporter();
core::Signal<>& name_lost();