summaryrefslogtreecommitdiff
path: root/tests/auto/qtconcurrentmap
Commit message (Collapse)AuthorAgeFilesLines
* Fix memory leak in QFutureMorten Sørvig2009-05-051-0/+31
| | | | | | | | | The held results were not cleared by QFutureInterface::operator=(QFutureInterface) Add call to resultStore().clear(), similar to the destructor. This needs to be done in the header since we know the template type here. Task-number: 252208 Reviewed-by: brad
* Long live Qt 4.5!Lars Knoll2009-03-234-0/+2531