1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 03:10:12 +02:00

fix build

This commit is contained in:
Leo Franchi
2011-04-07 09:16:21 -04:00
parent 80c8e61cf8
commit 196397f210

View File

@@ -162,23 +162,6 @@ TomahawkApp::TomahawkApp( int& argc, char *argv[] )
setupLogfile(); setupLogfile();
} }
TomahawkApp::~TomahawkApp()
{
qDebug() << Q_FUNC_INFO;
delete m_sipHandler;
delete m_servent;
#ifndef TOMAHAWK_HEADLESS
delete m_mainwindow;
delete m_audioEngine;
#endif
delete m_database;
}
void void
TomahawkApp::init() TomahawkApp::init()
{ {