save
This commit is contained in:
parent
8e6ab98963
commit
aebe220cc5
@ -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();
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user