summaryrefslogtreecommitdiff
path: root/meegohandsetnotification/meegohandsetnotification.h
diff options
context:
space:
mode:
Diffstat (limited to 'meegohandsetnotification/meegohandsetnotification.h')
-rw-r--r--meegohandsetnotification/meegohandsetnotification.h7
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;