diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-11-17 10:01:52 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-11-17 10:01:52 +0000 |
| commit | 324c79580e119ea8e3c5f9beed732458a1ceb5b3 (patch) | |
| tree | e67b4de2ef4634265b3d23486fba2e0940676e2f /src/plugins/General/scrobbler/settingsdialog.h | |
| parent | 0e8697935a0fc97f7658fe7b0360118c0e516198 (diff) | |
| download | qmmp-324c79580e119ea8e3c5f9beed732458a1ceb5b3.tar.gz qmmp-324c79580e119ea8e3c5f9beed732458a1ceb5b3.tar.bz2 qmmp-324c79580e119ea8e3c5f9beed732458a1ceb5b3.zip | |
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
Diffstat (limited to 'src/plugins/General/scrobbler/settingsdialog.h')
| -rw-r--r-- | src/plugins/General/scrobbler/settingsdialog.h | 7 |
1 files changed, 5 insertions, 2 deletions
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 <QDialog> #include "ui_settingsdialog.h" -class LastfmAuth; +class ScrobblerAuth; /** @author Ilya Kotov <forkotov02@hotmail.ru> @@ -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; }; |
