aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtCore/hash_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Adding extra check for QPoint as a dict keyLauro Neto2010-10-131-0/+3
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Filho <renato.filho@openbossa.org>
* Added hash functions for QLine, QPoint, QRect and QSize classes.Marcelo Lira2010-09-271-0/+29
| | | | | | | Tests where also added. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Created unit test for QDate, QTime, QDateTime, QUrl hash function.Renato Filho2010-06-081-0/+25
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>