- Fix compilation with Qt4.4

This commit is contained in:
Christophe Dumez
2010-01-18 22:10:38 +00:00
parent 8f1c56babd
commit e15eab9b6a
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - v2.1.1
- BUGFIX: Fix compilation with Qt4.4
* Mon Jan 18 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.1.0
- FEATURE: Graphical User Interface can be disabled at compilation time (headless running)
- FEATURE: Torrents can be labeled/categorized

View File

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