From 70165a2a9cf87e2eac877e888fdbf1803f9ac3fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Fri, 4 Apr 2014 20:15:40 +0200 Subject: [PATCH] weatherground bug fix --- plugins/deviceplugins/weatherground/weathergroundparser.h | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/deviceplugins/weatherground/weathergroundparser.h b/plugins/deviceplugins/weatherground/weathergroundparser.h index 9e5ad955..51a5d2f8 100644 --- a/plugins/deviceplugins/weatherground/weathergroundparser.h +++ b/plugins/deviceplugins/weatherground/weathergroundparser.h @@ -21,6 +21,7 @@ private: QString m_cityName; QString m_country; QString m_language; + QTime m_currentTime; //current weather QString m_weather;