diff options
Diffstat (limited to 'src/plugins/General/scrobbler/settingsdialog.h')
| -rw-r--r-- | src/plugins/General/scrobbler/settingsdialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
