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