summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscopedpointer/tst_qscopedpointer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers again.Jason McDonald2009-09-091-4/+4
| | | | Reviewed-by: Trust Me
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
| | | | Reviewed-by: Trust Me
* Changed names and URLs to reflect name change.axis2009-08-191-1/+1
| | | | RevBy: Trust me
* test slots are not constHarald Fernengel2009-08-111-38/+38
|
* Add comparison operators also to subclassesHarald Fernengel2009-08-101-0/+27
| | | | | Compiler would for some reason choose operator bool() instead when comparing subclasses of QScopedPointer.
* Update license headers according to commit 858c70f768e.axis2009-08-061-1/+35
| | | | RevBy: Trust me
* Make Qt exception safer.Robert Griebl2009-06-101-0/+282
Squashed commit of the branch haralds-haralds-qt-s60-topics/topic/exceptions, which also contains the full history. Rev-By: Harald Fernengel Rev-By: Ralf Engels