fix os2
This commit is contained in:
parent
847d7cd47d
commit
19c9477552
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ void FeedDownloader::updateFeeds(const QList<Feed*>& feeds) {
|
||||||
feeds_per_root.insert(fd->getParentServiceRoot(), fd);
|
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();
|
auto roots = feeds_per_root.uniqueKeys();
|
||||||
bool is_main_thread = QThread::currentThread() == qApp->thread();
|
bool is_main_thread = QThread::currentThread() == qApp->thread();
|
||||||
|
|
Loading…
Add table
Reference in a new issue