Compilation fix for Meego

This commit is contained in:
Xawotihs@gmail.com
2012-01-22 22:58:05 +00:00
parent 4929b84ce4
commit 4faaf371af

View File

@@ -96,8 +96,10 @@ void WagicCore::initApp()
WagicCore::~WagicCore()
{
#ifdef Q_WS_MAEMO_5
if(dBusInterface)
delete dBusInterface;
#endif //Q_WS_MAEMO_5
if(m_launcher)
{