diff options
Diffstat (limited to 'metawatch/metawatch.h')
-rw-r--r-- | metawatch/metawatch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/metawatch/metawatch.h b/metawatch/metawatch.h index 8f0d52e..685b2a7 100644 --- a/metawatch/metawatch.h +++ b/metawatch/metawatch.h @@ -105,6 +105,7 @@ public: void ungrabButton(int button); void updateNotificationCount(Notification::Type type, int count); + void updateWeather(WeatherNotification *weather); void displayIdleScreen(); void displayNotification(Notification *notification); |