mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
- Actual Qt4.4 compilation fix
This commit is contained in:
@@ -86,4 +86,9 @@ public:
|
||||
|
||||
};
|
||||
|
||||
#ifndef QT_4_5
|
||||
#undef QHash
|
||||
#undef toHash
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
@@ -36,13 +36,7 @@
|
||||
#include <QStringList>
|
||||
#include <QMenu>
|
||||
#include <QSettings>
|
||||
#ifdef QT_4_5
|
||||
#include <QHash>
|
||||
#else
|
||||
#include <QMap>
|
||||
#define QHash QMap
|
||||
#define toHash toMap
|
||||
#endif
|
||||
#include <QAction>
|
||||
#include <QColor>
|
||||
#include "propertieswidget.h"
|
||||
|
||||
Reference in New Issue
Block a user