This commit is contained in:
Martin Rotter 2023-02-03 12:39:44 +01:00
parent 8e6ab98963
commit aebe220cc5

View File

@ -29,13 +29,6 @@ FeedDownloader::FeedDownloader()
emit updateProgress(res.feed, m_watcherLookup.progressValue(), m_watcherLookup.progressMaximum());
});
/*
connect(&m_watcherLookup, &QFutureWatcher<FeedUpdateResult>::progressValueChanged, this, [=](int prog) {
//
});
*/
connect(&m_watcherLookup, &QFutureWatcher<FeedUpdateResult>::finished, this, [=]() {
finalizeUpdate();
});