aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/scrobbler/scrobbler2.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-01-21 18:54:29 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-01-21 18:54:29 +0000
commitd370ae8951e89fc41260636fb5e2993858945c7c (patch)
tree3f9fc46783ba8ed9731edd71c0a068ff9e91b57e /src/plugins/General/scrobbler/scrobbler2.h
parent016961e11e1414c02e5b52d5ffd8b7a6a2b91c74 (diff)
downloadqmmp-d370ae8951e89fc41260636fb5e2993858945c7c.tar.gz
qmmp-d370ae8951e89fc41260636fb5e2993858945c7c.tar.bz2
qmmp-d370ae8951e89fc41260636fb5e2993858945c7c.zip
improved scrobbler plugin, removed QtXML dependence
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3182 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/scrobbler/scrobbler2.h')
-rw-r--r--src/plugins/General/scrobbler/scrobbler2.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/plugins/General/scrobbler/scrobbler2.h b/src/plugins/General/scrobbler/scrobbler2.h
index 58306109c..d0a1e4f11 100644
--- a/src/plugins/General/scrobbler/scrobbler2.h
+++ b/src/plugins/General/scrobbler/scrobbler2.h
@@ -32,7 +32,20 @@ class SoundCore;
/**
@author Ilya Kotov <forkotov02@hotmail.ru>
*/
+struct ScrobblerResponse
+{
+ QString status;
+ QString token;
+ QString code;
+ QString error;
+ QString key;
+ QString name;
+ QString subscriber;
+};
+/**
+ @author Ilya Kotov <forkotov02@hotmail.ru>
+*/
class Scrobbler2 : public QObject
{
Q_OBJECT