1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-14 00:37:58 +00:00

Remove bad ASSERT in RSS downloader

This commit is contained in:
Christophe Dumez 2011-04-16 07:42:09 +00:00
parent 10d815c60d
commit 4489934c21

View File

@ -174,7 +174,6 @@ void RssDownloadRuleList::renameRule(const QString &old_name, const QString &new
const RssDownloadRule RssDownloadRuleList::getRule(const QString &name) const
{
Q_ASSERT(m_rules.contains(name));
return m_rules[name];
}