Make use of QT_VERSION define instead of using our own define

This commit is contained in:
Christophe Dumez
2010-03-04 18:40:11 +00:00
parent 291b94bef0
commit e082c02630
9 changed files with 17 additions and 25 deletions

View File

@@ -86,7 +86,7 @@ public:
};
#ifndef QT_4_5
#if QT_VERSION < 0x040500
#undef QHash
#undef toHash
#endif