1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-22 20:44:15 +00:00

- Actual Qt4.4 compilation fix

This commit is contained in:
Christophe Dumez 2010-01-18 22:09:28 +00:00
parent 7796520580
commit 5475d730ff
2 changed files with 5 additions and 6 deletions

View File

@ -86,4 +86,9 @@ public:
};
#ifndef QT_4_5
#undef QHash
#undef toHash
#endif
#endif

View File

@ -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"