mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
Fix compilation under gcc.
This commit is contained in:
parent
ea0d10ebc0
commit
267f30414d
1 changed files with 1 additions and 3 deletions
|
@ -56,9 +56,7 @@ void RssDownloadRuleList::replace(RssDownloadRuleList *other) {
|
||||||
m_rules.clear();
|
m_rules.clear();
|
||||||
m_feedRules.clear();
|
m_feedRules.clear();
|
||||||
foreach (const QString& name, other->ruleNames()) {
|
foreach (const QString& name, other->ruleNames()) {
|
||||||
RssDownloadRule* r = new RssDownloadRule;
|
saveRule(other->getRule(name));
|
||||||
*r = *(other->getRule(name).value); // Implicit copy
|
|
||||||
saveRule(RssDownloadRulePtr(r));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue