Make it possible to receive SearchResults before SearchFinished

This commit is contained in:
Jonas Kvinge
2020-05-14 19:30:29 +02:00
parent 0ebfa10d32
commit e3c367984b
3 changed files with 20 additions and 2 deletions

View File

@@ -70,6 +70,7 @@ class CoverProvider : public QObject {
void AuthenticationComplete(bool, QStringList = QStringList());
void AuthenticationSuccess();
void AuthenticationFailure(QStringList);
void SearchResults(int, CoverSearchResults);
void SearchFinished(int, CoverSearchResults);
private: