summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qelapsedtimer.h
Commit message (Collapse)AuthorAgeFilesLines
* Move QElapsedTimer to src/corelib/kernelThiago Macieira2016-07-021-0/+95
It's really a kernel functionality, as it implements really low-level functionality and it's used by the event dispatcher. It was in tools/ only because QTime is. QDeadlineTimer is also coming to kernel/. Change-Id: Ifea6e497f11a461db432ffff14491c6d9b839eb0 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Lars Knoll <lars.knoll@qt.io>