1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-27 06:54:20 +00:00

Code clean up

This commit is contained in:
Christophe Dumez 2011-04-16 10:20:45 +00:00
parent 40bd040c4a
commit cff7174bbb

View File

@ -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)