LyricsProvider: Default to empty results
This commit is contained in:
@@ -63,7 +63,7 @@ class LyricsProvider : public QObject {
|
||||
void AuthenticationComplete(bool, QStringList = QStringList());
|
||||
void AuthenticationSuccess();
|
||||
void AuthenticationFailure(QStringList);
|
||||
void SearchFinished(int id, LyricsSearchResults results);
|
||||
void SearchFinished(int id, LyricsSearchResults results = LyricsSearchResults());
|
||||
|
||||
protected:
|
||||
using Param = QPair<QString, QString>;
|
||||
|
||||
Reference in New Issue
Block a user