Make QTimer::singleShot use Qt::PreciseTimer for lower timeouts.
authorBradley T. Hughes <bradley.hughes@nokia.com>
Wed, 21 Dec 2011 10:33:07 +0000 (11:33 +0100)
committerQt by Nokia <qt-info@nokia.com>
Mon, 2 Jan 2012 09:44:00 +0000 (10:44 +0100)
commit4e1ad49998cf782ccc88e7e80fbd05c722658a16
tree853adec328e55d9ea79e7ea35c4299fa124bbf54
parent6fc9820d2a3f349f04a2ea9c39261de0168d2331
Make QTimer::singleShot use Qt::PreciseTimer for lower timeouts.

CoarseTimers are worst in their first firing, so we prefer a
PreciseTimer for something that happens only once. If the timeout is
too big, we use a CoarseTimer anyway (current threshold is 2000ms).

Author: Thiago Macieira <thiago.macieira@nokia.com>
Change-Id: I30b20acf506e442cd58126abfe3a4d70fc13b075
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
src/corelib/kernel/qtimer.cpp