Compilation fix for Meego
This commit is contained in:
@@ -96,8 +96,10 @@ void WagicCore::initApp()
|
|||||||
|
|
||||||
WagicCore::~WagicCore()
|
WagicCore::~WagicCore()
|
||||||
{
|
{
|
||||||
|
#ifdef Q_WS_MAEMO_5
|
||||||
if(dBusInterface)
|
if(dBusInterface)
|
||||||
delete dBusInterface;
|
delete dBusInterface;
|
||||||
|
#endif //Q_WS_MAEMO_5
|
||||||
|
|
||||||
if(m_launcher)
|
if(m_launcher)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user