mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
RSS code clean up
This commit is contained in:
parent
1905a6f0d1
commit
32a6c89c8c
6 changed files with 13 additions and 8 deletions
|
@ -190,6 +190,11 @@ QDateTime RssArticle::parseDate(const QString &string) {
|
|||
return result;
|
||||
}
|
||||
|
||||
RssArticle::RssArticle():
|
||||
d(new RssArticleData(0))
|
||||
{
|
||||
}
|
||||
|
||||
// public constructor
|
||||
RssArticle::RssArticle(RssFeed* parent, QXmlStreamReader& xml):
|
||||
d(new RssArticleData(parent))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue