From d9f140ec45f91a8567b6d8e2ce69fe853ae8b3a9 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Mon, 15 Sep 2014 01:53:44 +0200 Subject: minimal notifications --- src/controller.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/controller.h') diff --git a/src/controller.h b/src/controller.h index f4d4513..a375247 100644 --- a/src/controller.h +++ b/src/controller.h @@ -46,6 +46,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 handleWidgetChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector &roles); private: -- cgit v1.2.3