aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/scrobbler/lastfmscrobbler.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-01-29 12:05:15 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-01-29 12:05:15 +0000
commitf24e948ba5117ec92a148b78222269d4905916bc (patch)
treee0afa36248cac6c4946bb99e3202b8cd809e07c7 /src/plugins/General/scrobbler/lastfmscrobbler.h
parent0d00fa7582627e1de763115122d92f2b2712b7f6 (diff)
downloadqmmp-f24e948ba5117ec92a148b78222269d4905916bc.tar.gz
qmmp-f24e948ba5117ec92a148b78222269d4905916bc.tar.bz2
qmmp-f24e948ba5117ec92a148b78222269d4905916bc.zip
removed registration code from main last.fm scrobbler class
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3193 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/scrobbler/lastfmscrobbler.h')
-rw-r--r--src/plugins/General/scrobbler/lastfmscrobbler.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/General/scrobbler/lastfmscrobbler.h b/src/plugins/General/scrobbler/lastfmscrobbler.h
index d6e97c8c0..cf0c2609e 100644
--- a/src/plugins/General/scrobbler/lastfmscrobbler.h
+++ b/src/plugins/General/scrobbler/lastfmscrobbler.h
@@ -64,8 +64,6 @@ private slots:
void updateMetaData();
void processResponse(QNetworkReply *reply);
void setupProxy();
- void getToken();
- void getSession();
void submit();
private:
@@ -78,10 +76,9 @@ private:
QList <SongInfo> m_cachedSongs;
QByteArray m_ua;
int m_submitedSongs;
- QString m_token, m_session;
+ QString m_session;
QNetworkAccessManager *m_http;
SoundCore *m_core;
- QNetworkReply *m_getTokenReply, *m_getSessionReply;
QNetworkReply *m_submitReply, *m_notificationReply;
QTime *m_time;
ScrobblerCache *m_cache;