mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 16:07:23 -06:00
Code clean up
This commit is contained in:
@@ -174,7 +174,7 @@ void RssDownloadRuleList::renameRule(const QString &old_name, const QString &new
|
||||
|
||||
const RssDownloadRule RssDownloadRuleList::getRule(const QString &name) const
|
||||
{
|
||||
return m_rules[name];
|
||||
return m_rules.value(name);
|
||||
}
|
||||
|
||||
bool RssDownloadRuleList::serialize(const QString& path)
|
||||
|
||||
Reference in New Issue
Block a user