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

Little cleanup

This commit is contained in:
Hugo Lindström
2012-09-12 14:38:48 +02:00
parent f5db285602
commit 569ff2b443
2 changed files with 1 additions and 5 deletions

View File

@@ -26,10 +26,8 @@
#include "DropJob.h"
#include "jobview/JobStatusItem.h"
#include <QObject>
#include <QSet>
#include <QtCore/QStringList>
#define Soundcloud_PLAYLIST_API_URL "http://spotikea.tomahawk-player.org"
/**
* Small class to parse Soundcloud links into query_ptrs
@@ -38,8 +36,6 @@
*/
class QNetworkReply;
class SoundcloudAccount;
class SoundcloudPlaylistUpdater;
namespace Tomahawk
{