Connection syntax migration (#637)

This commit is contained in:
Jonas Kvinge
2021-01-26 16:48:04 +01:00
committed by GitHub
parent d57f6303f4
commit bf7c8df353
362 changed files with 2452 additions and 2434 deletions

View File

@@ -60,7 +60,7 @@ class LyricsProvider : public QObject {
void AuthenticationComplete(bool, QStringList = QStringList());
void AuthenticationSuccess();
void AuthenticationFailure(QStringList);
void SearchFinished(const quint64 id, const LyricsSearchResults &results);
void SearchFinished(quint64 id, LyricsSearchResults results);
private:
QString name_;
@@ -69,4 +69,4 @@ class LyricsProvider : public QObject {
bool authentication_required_;
};
#endif // LYRICSPROVIDER_H
#endif // LYRICSPROVIDER_H