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