From 324c79580e119ea8e3c5f9beed732458a1ceb5b3 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 17 Nov 2013 10:01:52 +0000 Subject: moved libre.fm scrobbler to 2.0 api git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3913 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/scrobbler/settingsdialog.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/plugins/General/scrobbler/settingsdialog.h') diff --git a/src/plugins/General/scrobbler/settingsdialog.h b/src/plugins/General/scrobbler/settingsdialog.h index 41f81c73a..999efaaf0 100644 --- a/src/plugins/General/scrobbler/settingsdialog.h +++ b/src/plugins/General/scrobbler/settingsdialog.h @@ -23,7 +23,7 @@ #include #include "ui_settingsdialog.h" -class LastfmAuth; +class ScrobblerAuth; /** @author Ilya Kotov @@ -41,14 +41,17 @@ public slots: private slots: void on_newSessionButton_lastfm_clicked(); + void on_newSessionButton_librefm_clicked(); void processTokenResponse(int error); void processSessionResponse(int error); void on_checkButton_lastfm_clicked(); + void on_checkButton_librefm_clicked(); void processCheckResponse(int error); private: Ui::SettingsDialog m_ui; - LastfmAuth *m_lastfmAuth; + ScrobblerAuth *m_lastfmAuth; + ScrobblerAuth *m_librefmAuth; }; -- cgit v1.2.3-13-gbd6f