mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-02 10:27:15 +01:00
fix os2
This commit is contained in:
parent
847d7cd47d
commit
19c9477552
@ -101,7 +101,7 @@ void FeedDownloader::updateFeeds(const QList<Feed*>& feeds) {
|
||||
feeds_per_root.insert(fd->getParentServiceRoot(), fd);
|
||||
}
|
||||
|
||||
synchronizeAccountCaches(QList<CacheForServiceRoot*>(caches.begin(), caches.end()), false);
|
||||
synchronizeAccountCaches(caches.values(), false);
|
||||
|
||||
auto roots = feeds_per_root.uniqueKeys();
|
||||
bool is_main_thread = QThread::currentThread() == qApp->thread();
|
||||
|
Loading…
x
Reference in New Issue
Block a user