mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 03:28:41 -07:00
Mark constructors as explicit
This commit is contained in:
parent
94998b5da0
commit
2a84345835
16 changed files with 61 additions and 53 deletions
|
@ -131,7 +131,7 @@ void Feed::refresh()
|
|||
|
||||
// NOTE: Should we allow manually refreshing for disabled session?
|
||||
|
||||
Net::DownloadHandler *handler = Net::DownloadManager::instance()->download({m_url});
|
||||
Net::DownloadHandler *handler = Net::DownloadManager::instance()->download(m_url);
|
||||
connect(handler
|
||||
, static_cast<void (Net::DownloadHandler::*)(const QString &, const QByteArray &)>(&Net::DownloadHandler::downloadFinished)
|
||||
, this, &Feed::handleDownloadFinished);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue