summaryrefslogtreecommitdiffstats
path: root/tests/auto/qobject
Commit message (Collapse)AuthorAgeFilesLines
* Add a flag that ensure that a connection is made only oneOlivier Goffart2009-05-271-4/+77
| | | | | | | | | | It is often desirable, when doing connection, to ensure that the same connection is only made once. This can be done with the Qt::UniqueConnection 'flag' Also documented the order the slot are called Reviewed-by: Brad
* Remove obsolete code from autotests.Jason McDonald2009-04-161-6/+0
| | | | | | | | Each version of Qt has its own set of autotests, therefore preprocessor directives relating to obsolete QT_VERSION's are not necessary. Reviewed-by: Carlos Duclos
* Long live Qt 4.5!Lars Knoll2009-03-237-0/+3085