Big restructuring of the RSS code

Dropped Qt 4.4 support
This commit is contained in:
Christophe Dumez
2010-10-16 17:39:03 +00:00
parent f7cb6a7da5
commit a27d2dcac2
21 changed files with 1611 additions and 1344 deletions

View File

@@ -35,11 +35,12 @@
#include <QPointer>
#include "ui_rss.h"
#include "rss.h"
class Bittorrent;
class FeedListWidget;
class QTreeWidgetItem;
class RssFolder;
class RssManager;
class RSSImp : public QWidget, public Ui::RSS{
Q_OBJECT
@@ -88,9 +89,4 @@ private:
};
#if QT_VERSION < 0x040500
#undef QHash
#undef toHash
#endif
#endif