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

@@ -39,14 +39,7 @@
#include "misc.h"
#include <vector>
#include "qinisettings.h"
#if QT_VERSION < 0x040500
#include <QMap>
#define QHash QMap
#define toHash toMap
#else
#include <QHash>
#endif
class TorrentTempData {
public:
@@ -441,7 +434,4 @@ public:
};
#undef QHash
#undef toHash
#endif // TORRENTPERSISTENTDATA_H