1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

* Fixed Windows compiling.

This commit is contained in:
Christian Muehlhaeuser
2012-02-22 02:42:42 +01:00
parent 413052bf8e
commit 165276912f

View File

@@ -19,6 +19,8 @@
#include "tomahawkapp.h"
#include <iostream>
#include <QtCore/QPluginLoader>
#include <QtCore/QDir>
#include <QtCore/QMetaType>
@@ -59,7 +61,6 @@
#include "utils/logger.h"
#include "utils/tomahawkutilsgui.h"
#include <lastfm/ws.h>
#include "config.h"
#ifndef ENABLE_HEADLESS
@@ -309,8 +310,6 @@ TomahawkApp::~TomahawkApp()
if ( !m_infoSystem.isNull() )
delete m_infoSystem.data();
//FIXME: delete GeneratorFactory::registerFactory( "echonest", new EchonestFactory ); ?
delete SipHandler::instance();
#ifndef ENABLE_HEADLESS