diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2011-10-02 16:39:40 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2011-10-02 16:39:40 +0200 |
commit | 0a656b75f3fc80f13424db0e7ec403dff28a366e (patch) | |
tree | 23f72a2fde3f718048b49d9806ded3d315d50a80 /meegohandsetnotification/meegohandsetnotification.h | |
parent | d9f132f3d5bf41ee4f30e7ea2bd1b61120fa29b7 (diff) | |
download | sowatch-0a656b75f3fc80f13424db0e7ec403dff28a366e.tar.gz sowatch-0a656b75f3fc80f13424db0e7ec403dff28a366e.zip |
new notifications list, time syncing
Diffstat (limited to 'meegohandsetnotification/meegohandsetnotification.h')
-rw-r--r-- | meegohandsetnotification/meegohandsetnotification.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meegohandsetnotification/meegohandsetnotification.h b/meegohandsetnotification/meegohandsetnotification.h index fc9d50f..06cacf9 100644 --- a/meegohandsetnotification/meegohandsetnotification.h +++ b/meegohandsetnotification/meegohandsetnotification.h @@ -19,14 +19,11 @@ public: QString title() const; QString body() const; void activate(); - void clear(); - -signals: - void changed(); - void cleared(); + void dismiss(); protected: void changeTo(const ::Notification& notification); + void remove(); protected: ::Notification _n; |