mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 08:27:24 -06:00
committed by
GitHub
parent
facfa26eed
commit
dd1bd8ad10
@@ -348,12 +348,12 @@ Net::DownloadRequest &Net::DownloadRequest::saveToFile(const bool value)
|
||||
return *this;
|
||||
}
|
||||
|
||||
QString Net::DownloadRequest::destFileName() const
|
||||
Path Net::DownloadRequest::destFileName() const
|
||||
{
|
||||
return m_destFileName;
|
||||
}
|
||||
|
||||
Net::DownloadRequest &Net::DownloadRequest::destFileName(const QString &value)
|
||||
Net::DownloadRequest &Net::DownloadRequest::destFileName(const Path &value)
|
||||
{
|
||||
m_destFileName = value;
|
||||
return *this;
|
||||
|
||||
Reference in New Issue
Block a user