1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-10-04 09:31:41 +02:00

Enable spotify subscriptions

This commit is contained in:
Hugo Lindström
2012-07-15 19:07:33 +02:00
parent 82ac16feb4
commit a1c8b326ab
6 changed files with 333 additions and 36 deletions

View File

@@ -24,7 +24,8 @@
#include "Typedefs.h"
#include "Query.h"
#include "jobview/JobStatusItem.h"
#include "accounts/spotify/SpotifyPlaylistUpdater.h"
#include "accounts/spotify/SpotifyAccount.h"
#include <QObject>
#include <QSet>
#include <QtCore/QStringList>
@@ -38,6 +39,8 @@
*/
class QNetworkReply;
class SpotifyAccount;
class SpotifyPlaylistUpdater;
namespace Tomahawk
{
@@ -84,7 +87,7 @@ private:
QString m_title, m_info, m_creator;
Tomahawk::playlist_ptr m_playlist;
DropJobNotifier* m_browseJob;
QString m_browseUri;
static QPixmap* s_pixmap;
};