summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/fortune/fortunepluginimpl.cpp
Side-by-side diff
Diffstat (limited to 'noncore/todayplugins/fortune/fortunepluginimpl.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/todayplugins/fortune/fortunepluginimpl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/todayplugins/fortune/fortunepluginimpl.cpp b/noncore/todayplugins/fortune/fortunepluginimpl.cpp
index 4844f74..466e322 100644
--- a/noncore/todayplugins/fortune/fortunepluginimpl.cpp
+++ b/noncore/todayplugins/fortune/fortunepluginimpl.cpp
@@ -15,24 +15,25 @@
***************************************************************************/
#include "fortuneplugin.h"
#include "fortunepluginimpl.h"
FortunePluginImpl::FortunePluginImpl()
{
fortunePlugin = new FortunePlugin();
}
FortunePluginImpl::~FortunePluginImpl()
{
+ delete fortunePlugin;
}
TodayPluginObject* FortunePluginImpl::guiPart()
{
return fortunePlugin;
}
QRESULT FortunePluginImpl::queryInterface( const QUuid & uuid, QUnknownInterface **iface )
{
*iface = 0;
if ( ( uuid == IID_QUnknown ) || ( uuid == IID_TodayPluginInterface ) ) {