aboutsummaryrefslogtreecommitdiff
path: root/qt/common/containers
AgeCommit message (Collapse)AuthorFilesLines
2011-12-01Instantiate QCoreApplication in Qt tests/examplesBoris Kolpackov1-0/+4
It performs Qt initialization/finalization and without it bad things will happen (like deleting TLS keys that don't belong to Qt).
2011-11-11Shorten table prefixes to help OracleBoris Kolpackov1-1/+1
2011-10-21Remove common_ from all table_prefix arguments in common testsConstantin Michael1-1/+1
2011-08-24Make tests use unique table prefixesBoris Kolpackov1-1/+2
2011-04-27Use QtCore prefix when including Qt headers1.4.0Boris Kolpackov1-9/+9
This appears to be more portable. For example, on Mac OS X with -framework QtCore option include <QString> does not work while including <QtCore/QString> does.
2011-04-24Fix test descriptionBoris Kolpackov1-1/+1
2011-04-22Add qt/container implementation testsConstantin Michael4-0/+912