From 4da9bced6a27b92d49b9fc9392946510b8519d82 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sun, 16 Oct 2011 04:42:30 +0200 Subject: Initial implementation of weather --- libsowatch/watchserver.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libsowatch/watchserver.h') diff --git a/libsowatch/watchserver.h b/libsowatch/watchserver.h index a773749..53c1a70 100644 --- a/libsowatch/watchserver.h +++ b/libsowatch/watchserver.h @@ -16,6 +16,7 @@ namespace sowatch class Watch; class Watchlet; class NotificationProvider; +class WeatherNotification; class SOWATCH_EXPORT WatchServer : public QObject { @@ -63,6 +64,8 @@ private: QList _notifications[Notification::TypeCount]; /** A list of notifications that are yet to be shown to the user. */ QQueue _pendingNotifications; + /** We store a currently live weather forecast. */ + WeatherNotification* _weather; /** Current watchlet. */ Watchlet* _currentWatchlet; -- cgit v1.2.3