save
This commit is contained in:
parent
8e6ab98963
commit
aebe220cc5
1 changed files with 0 additions and 7 deletions
|
@ -29,13 +29,6 @@ FeedDownloader::FeedDownloader()
|
||||||
|
|
||||||
emit updateProgress(res.feed, m_watcherLookup.progressValue(), m_watcherLookup.progressMaximum());
|
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, [=]() {
|
connect(&m_watcherLookup, &QFutureWatcher<FeedUpdateResult>::finished, this, [=]() {
|
||||||
finalizeUpdate();
|
finalizeUpdate();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue