RSS code clean up

- Also drops support for Qt 4.5
This commit is contained in:
Christophe Dumez
2012-02-20 20:49:31 +02:00
parent f3448125c3
commit 8e529fc179
13 changed files with 70 additions and 138 deletions

View File

@@ -41,7 +41,7 @@ class RssManager;
typedef QHash<QString, RssArticlePtr> RssArticleHash;
typedef QSharedPointer<RssFeed> RssFeedPtr;
typedef RssFeedList RssFeedList;
typedef QList<RssFeedPtr> RssFeedList;
class RssFeed: public QObject, public RssFile {
Q_OBJECT