diff options
Diffstat (limited to 'src/plugins/General/scrobbler/scrobbler2.h')
| -rw-r--r-- | src/plugins/General/scrobbler/scrobbler2.h | 13 |
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 |
