mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-04 11:17:31 +01:00
fix build
This commit is contained in:
parent
7585c99dc7
commit
b5cb2f7f1e
@ -28,9 +28,7 @@ FeedsImportExportModel::FeedsImportExportModel(QObject* parent)
|
||||
|
||||
connect(&m_watcherLookup, &QFutureWatcher<bool>::finished, this, [=]() {
|
||||
auto res = m_watcherLookup.future().results();
|
||||
int number_error = boolinq::from(res).count([](bool rs) {
|
||||
return !rs;
|
||||
});
|
||||
int number_error = boolinq::from(res).count(false);
|
||||
|
||||
emit layoutChanged();
|
||||
emit parsingFinished(number_error, m_lookup.size() - number_error);
|
||||
|
Loading…
x
Reference in New Issue
Block a user