summaryrefslogtreecommitdiff
path: root/libsowatch/watch.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-05-06 23:13:37 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-05-06 23:13:37 +0200
commitae37832316d905889c82706b351b3c037c9e1ab6 (patch)
treed90c4a18729937b782f557e170cf95d4ef38f031 /libsowatch/watch.h
parentd83093df7602aa2896de71292b47948540c22a44 (diff)
downloadsowatch-ae37832316d905889c82706b351b3c037c9e1ab6.tar.gz
sowatch-ae37832316d905889c82706b351b3c037c9e1ab6.zip
prepare for weather qml notifications
Diffstat (limited to 'libsowatch/watch.h')
-rw-r--r--libsowatch/watch.h6
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;