mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
Big restructuring of the RSS code
Dropped Qt 4.4 support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user