Make const

This commit is contained in:
Jonas Kvinge
2021-06-22 13:45:29 +02:00
parent 8c2b907ff5
commit 58a5367015
33 changed files with 78 additions and 78 deletions

View File

@@ -196,7 +196,7 @@ void LyricsSettingsPage::DisableAuthentication() {
}
void LyricsSettingsPage::DisconnectAuthentication(LyricsProvider *provider) {
void LyricsSettingsPage::DisconnectAuthentication(LyricsProvider *provider) const {
QObject::disconnect(provider, &LyricsProvider::AuthenticationFailure, this, &LyricsSettingsPage::AuthenticationFailure);
QObject::disconnect(provider, &LyricsProvider::AuthenticationSuccess, this, &LyricsSettingsPage::AuthenticationSuccess);