diff --git a/src/librssguard/core/feeddownloader.cpp b/src/librssguard/core/feeddownloader.cpp index 3c593313c..c5c9315c0 100644 --- a/src/librssguard/core/feeddownloader.cpp +++ b/src/librssguard/core/feeddownloader.cpp @@ -101,7 +101,7 @@ void FeedDownloader::updateFeeds(const QList& feeds) { feeds_per_root.insert(fd->getParentServiceRoot(), fd); } - synchronizeAccountCaches(QList(caches.begin(), caches.end()), false); + synchronizeAccountCaches(caches.values(), false); auto roots = feeds_per_root.uniqueKeys(); bool is_main_thread = QThread::currentThread() == qApp->thread();