aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/scrobbler/settingsdialog.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-11-14 20:46:05 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-11-14 20:46:05 +0000
commit58873cc4e05c4bfb7a67f7f57353bc09c25b4818 (patch)
tree4768c64b2d0e419cc3c2fda88b384648680a8d5c /src/plugins/General/scrobbler/settingsdialog.h
parente9ba8bc30f7e3c1f605b4db93d5eb4d0f3f2c69b (diff)
downloadqmmp-58873cc4e05c4bfb7a67f7f57353bc09c25b4818.tar.gz
qmmp-58873cc4e05c4bfb7a67f7f57353bc09c25b4818.tar.bz2
qmmp-58873cc4e05c4bfb7a67f7f57353bc09c25b4818.zip
added listenbrainz support (#954)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8429 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/scrobbler/settingsdialog.h')
-rw-r--r--src/plugins/General/scrobbler/settingsdialog.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/plugins/General/scrobbler/settingsdialog.h b/src/plugins/General/scrobbler/settingsdialog.h
index 884b90e36..953bc330f 100644
--- a/src/plugins/General/scrobbler/settingsdialog.h
+++ b/src/plugins/General/scrobbler/settingsdialog.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2008-2013 by Ilya Kotov *
+ * Copyright (C) 2008-2018 by Ilya Kotov *
* forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -42,16 +42,19 @@ public slots:
private slots:
void on_newSessionButton_lastfm_clicked();
void on_newSessionButton_librefm_clicked();
+ void on_newSessionButton_listenbrainz_clicked();
void processTokenResponse(int error);
void processSessionResponse(int error);
void on_checkButton_lastfm_clicked();
void on_checkButton_librefm_clicked();
+ void on_checkButton_listenbrainz_clicked();
void processCheckResponse(int error);
private:
Ui::SettingsDialog m_ui;
ScrobblerAuth *m_lastfmAuth;
ScrobblerAuth *m_librefmAuth;
+ ScrobblerAuth *m_listenbrainzAuth;
};