aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/scrobbler/settingsdialog.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-07-03 18:03:18 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-07-03 18:03:18 +0000
commitdf548b174bb19d39fb5492c18710fd2f61c478ca (patch)
treeea0248884dd36388cc530f2ba04f32d247e0e617 /src/plugins/General/scrobbler/settingsdialog.h
parent3331be8aa59452c56c905b32caaad33bb5f4c3dc (diff)
downloadqmmp-df548b174bb19d39fb5492c18710fd2f61c478ca.tar.gz
qmmp-df548b174bb19d39fb5492c18710fd2f61c478ca.tar.bz2
qmmp-df548b174bb19d39fb5492c18710fd2f61c478ca.zip
scrobbler: removed listenbrainz support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8986 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/scrobbler/settingsdialog.h')
-rw-r--r--src/plugins/General/scrobbler/settingsdialog.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/General/scrobbler/settingsdialog.h b/src/plugins/General/scrobbler/settingsdialog.h
index a198b5fc7..7e381c6b7 100644
--- a/src/plugins/General/scrobbler/settingsdialog.h
+++ b/src/plugins/General/scrobbler/settingsdialog.h
@@ -42,20 +42,16 @@ 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;
-
};
#endif