AlbumCoverLoader: Use fully qualified namespace in slot

This commit is contained in:
Jonas Kvinge 2024-04-23 16:53:40 +02:00
parent d10eb4370e
commit 78becae5e9
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ class AlbumCoverLoader : public QObject {
private slots:
void Exit();
void ProcessTasks();
void LoadRemoteImageFinished(QNetworkReply *reply, TaskPtr task, const AlbumCoverLoaderResult::Type result_type, const QUrl &cover_url);
void LoadRemoteImageFinished(QNetworkReply *reply, AlbumCoverLoader::TaskPtr task, const AlbumCoverLoaderResult::Type result_type, const QUrl &cover_url);
private:
static const int kMaxRedirects = 3;