summaryrefslogtreecommitdiffstats
path: root/tests/auto/concurrent/qtconcurrentrun
Commit message (Collapse)AuthorAgeFilesLines
* Fix MSVC warnings in tests.Friedemann Kleint2012-04-021-2/+2
| | | | | | | | | - Unused variables - conversion truncations - Overflow in expressions like '-1 + sizeof()' Change-Id: Ibbd18497951e9e7e9dccaf596cb4e864b69ec02c Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
* Move QtConcurrent into its own moduleLars Knoll2012-02-053-0/+468
Task-number: QTBUG-20892 Change-Id: I614500aafb6428915509983608bbb0ade4e4f016 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>