mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-27 06:54:20 +00:00
Coding style clean up
This commit is contained in:
parent
00b4ad6ec8
commit
f3448125c3
@ -34,9 +34,8 @@
|
||||
#include <QList>
|
||||
#include <QHash>
|
||||
#include <QVariantHash>
|
||||
|
||||
#include "rssdownloadrule.h"
|
||||
|
||||
s
|
||||
// This class is not thread-safe (not required)
|
||||
class RssDownloadRuleList
|
||||
{
|
||||
|
@ -41,7 +41,7 @@ class RssManager;
|
||||
|
||||
typedef QHash<QString, RssArticlePtr> RssArticleHash;
|
||||
typedef QSharedPointer<RssFeed> RssFeedPtr;
|
||||
typedef QList<RssFeedPtr> RssFeedList;
|
||||
typedef RssFeedList RssFeedList;
|
||||
|
||||
class RssFeed: public QObject, public RssFile {
|
||||
Q_OBJECT
|
||||
|
Loading…
x
Reference in New Issue
Block a user