Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrotter committed Feb 3, 2023
1 parent 8e6ab98 commit aebe220
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/librssguard/core/feeddownloader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});
Expand Down

0 comments on commit aebe220

Please sign in to comment.