diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2013-05-06 23:13:37 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2013-05-06 23:13:37 +0200 |
commit | ae37832316d905889c82706b351b3c037c9e1ab6 (patch) | |
tree | d90c4a18729937b782f557e170cf95d4ef38f031 /libsowatch/watch.h | |
parent | d83093df7602aa2896de71292b47948540c22a44 (diff) | |
download | sowatch-ae37832316d905889c82706b351b3c037c9e1ab6.tar.gz sowatch-ae37832316d905889c82706b351b3c037c9e1ab6.zip |
prepare for weather qml notifications
Diffstat (limited to 'libsowatch/watch.h')
-rw-r--r-- | libsowatch/watch.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libsowatch/watch.h b/libsowatch/watch.h index 5e0233b..938071b 100644 --- a/libsowatch/watch.h +++ b/libsowatch/watch.h @@ -57,12 +57,6 @@ public: virtual void queryCharging() = 0; virtual bool charging() const = 0; - /** Tells the watch to update the unread notifications count, if visible. */ - virtual void updateNotificationCount(Notification::Type type, int count) = 0; - - /** Tells the watch to update the current weather forecast, if visible. */ - virtual void updateWeather(WeatherNotification* weather) = 0; - public slots: /** Go back to the idle screen. */ virtual void displayIdleScreen() = 0; |