mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-04 19:27:33 +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, [=]() {
|
connect(&m_watcherLookup, &QFutureWatcher<bool>::finished, this, [=]() {
|
||||||
auto res = m_watcherLookup.future().results();
|
auto res = m_watcherLookup.future().results();
|
||||||
int number_error = boolinq::from(res).count([](bool rs) {
|
int number_error = boolinq::from(res).count(false);
|
||||||
return !rs;
|
|
||||||
});
|
|
||||||
|
|
||||||
emit layoutChanged();
|
emit layoutChanged();
|
||||||
emit parsingFinished(number_error, m_lookup.size() - number_error);
|
emit parsingFinished(number_error, m_lookup.size() - number_error);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user