mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
Fix argument name differ in definition & declaration
This commit is contained in:
@@ -430,9 +430,9 @@ QStringList AutoDownloadRule::feedURLs() const
|
||||
return m_dataPtr->feedURLs;
|
||||
}
|
||||
|
||||
void AutoDownloadRule::setFeedURLs(const QStringList &rssFeeds)
|
||||
void AutoDownloadRule::setFeedURLs(const QStringList &urls)
|
||||
{
|
||||
m_dataPtr->feedURLs = rssFeeds;
|
||||
m_dataPtr->feedURLs = urls;
|
||||
}
|
||||
|
||||
QString AutoDownloadRule::name() const
|
||||
|
||||
Reference in New Issue
Block a user