mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 09:04:33 +02:00
Little cleanup
This commit is contained in:
@@ -238,7 +238,7 @@ QPixmap
|
|||||||
SoundcloudParser::pixmap() const
|
SoundcloudParser::pixmap() const
|
||||||
{
|
{
|
||||||
if ( !s_pixmap )
|
if ( !s_pixmap )
|
||||||
s_pixmap = new QPixmap( RESPATH "images/Spotify-logo.png" );
|
s_pixmap = new QPixmap( RESPATH "images/soundcloud.png" );
|
||||||
|
|
||||||
return *s_pixmap;
|
return *s_pixmap;
|
||||||
}
|
}
|
||||||
|
@@ -26,10 +26,8 @@
|
|||||||
#include "DropJob.h"
|
#include "DropJob.h"
|
||||||
#include "jobview/JobStatusItem.h"
|
#include "jobview/JobStatusItem.h"
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QSet>
|
|
||||||
#include <QtCore/QStringList>
|
#include <QtCore/QStringList>
|
||||||
|
|
||||||
#define Soundcloud_PLAYLIST_API_URL "http://spotikea.tomahawk-player.org"
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Small class to parse Soundcloud links into query_ptrs
|
* Small class to parse Soundcloud links into query_ptrs
|
||||||
@@ -38,8 +36,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
class QNetworkReply;
|
class QNetworkReply;
|
||||||
class SoundcloudAccount;
|
|
||||||
class SoundcloudPlaylistUpdater;
|
|
||||||
namespace Tomahawk
|
namespace Tomahawk
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user