- 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