Symbian's QElapsedTimer::restart() fixed to return ms rather than us
authormread <qt-info@nokia.com>
Tue, 19 Apr 2011 12:12:24 +0000 (13:12 +0100)
committerOlivier Goffart <olivier.goffart@nokia.com>
Tue, 10 May 2011 10:54:48 +0000 (12:54 +0200)
commit3e787c470de8ea37f9f2b244bf3bbbb86ac65acd
tree84109fdf85401c64ace4a945ea37cddb680ebceb
parent6c42aa3b0f86a5c6e1407006db4c4485fa29aeca
Symbian's QElapsedTimer::restart() fixed to return ms rather than us

Symbian's QElapsedTimer::restart() had accidently been changed to
return a microsecond count rather than milliseconds, when the elapsed
timer resolution was increased. This fixes it back to milliseconds.

Reviewed-by: Shane Kearns
(cherry picked from commit 39202973e3fb7ff37033290b29efa1b9edc674fb)
src/corelib/tools/qelapsedtimer_symbian.cpp