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:
@@ -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()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user