LyricsProvider: Default to empty results
This commit is contained in:
parent
98597c047a
commit
93d1d40ea5
|
@ -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>;
|
||||
|
|
Loading…
Reference in New Issue