From ab030aa3915a48a7590a194bd680157958be4d54 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 29 Jan 2013 17:07:27 +0000 Subject: lastfm scrobbler: enabled 'check session' button git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3194 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/scrobbler/settingsdialog.h | 2 ++ 1 file changed, 2 insertions(+) (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 182ef1cfe..41f81c73a 100644 --- a/src/plugins/General/scrobbler/settingsdialog.h +++ b/src/plugins/General/scrobbler/settingsdialog.h @@ -43,6 +43,8 @@ private slots: void on_newSessionButton_lastfm_clicked(); void processTokenResponse(int error); void processSessionResponse(int error); + void on_checkButton_lastfm_clicked(); + void processCheckResponse(int error); private: Ui::SettingsDialog m_ui; -- cgit v1.2.3-13-gbd6f