summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.7.1
Commit message (Collapse)AuthorAgeFilesLines
* Use QElapsedTimer for the benchlib tests.Thiago Macieira2010-08-241-0/+118
It's faster to calculate the time with it, since it doesn't need to convert to local time first. Reviewed-By: Harald Fernengel