summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/weather/weatherpluginimpl.cpp
Unidiff
Diffstat (limited to 'noncore/todayplugins/weather/weatherpluginimpl.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/todayplugins/weather/weatherpluginimpl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/todayplugins/weather/weatherpluginimpl.cpp b/noncore/todayplugins/weather/weatherpluginimpl.cpp
index b5c7d0a..1a7c27b 100644
--- a/noncore/todayplugins/weather/weatherpluginimpl.cpp
+++ b/noncore/todayplugins/weather/weatherpluginimpl.cpp
@@ -33,12 +33,13 @@ WeatherPluginImpl::WeatherPluginImpl()
33{ 33{
34 weatherPlugin = new WeatherPlugin(); 34 weatherPlugin = new WeatherPlugin();
35} 35}
36 36
37WeatherPluginImpl::~WeatherPluginImpl() 37WeatherPluginImpl::~WeatherPluginImpl()
38{ 38{
39 delete weatherPlugin;
39} 40}
40 41
41 42
42TodayPluginObject* WeatherPluginImpl::guiPart() 43TodayPluginObject* WeatherPluginImpl::guiPart()
43{ 44{
44 return weatherPlugin; 45 return weatherPlugin;