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;