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