summaryrefslogtreecommitdiff
path: root/src/controller.h
diff options
context:
space:
mode:
authorJavier S. Pedro <dev.git@javispedro.com>2014-09-20 19:40:53 +0200
committerJavier S. Pedro <dev.git@javispedro.com>2014-09-20 19:40:53 +0200
commit874f27626dc91cd4bd01db680cdd5a0d15d3bf76 (patch)
tree86945f05ac35da0cb05b9a4f7aab2932173a827a /src/controller.h
parent4a79b503f107632dd1b2204499a31e91b86dd0e4 (diff)
downloadsalmeta-874f27626dc91cd4bd01db680cdd5a0d15d3bf76.tar.gz
salmeta-874f27626dc91cd4bd01db680cdd5a0d15d3bf76.zip
add count of emails,etc. to title of notification
Diffstat (limited to 'src/controller.h')
-rw-r--r--src/controller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller.h b/src/controller.h
index 900f763..4b6faf1 100644
--- a/src/controller.h
+++ b/src/controller.h
@@ -48,7 +48,7 @@ private slots:
void handleMetaWatchConnected();
void handleMetaWatchModeChange(MetaWatch::WatchMode mode, int page);
void handleMetaWatchBatteryStatus(bool charging, int charge);
- void handleIncomingNotification(const QString &sender, const QIcon &icon, const QString &summary, const QString &body);
+ void handleIncomingNotification(const QString &sender, const QIcon &icon, const QString &summary, int count, const QString &body, const QDateTime &dateTime);
void handleWidgetChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector<int> &roles);
private: