core/renderloop: use PreciseTimer for render loop.
In the renderloop initialization, the default timer type is not specified for the composite timer. Qt selected a CoarseTimer (+/- 20% timing accuracy), which causes dropped frames in the renderloop.
This patch switches time-critical timers to Qt::PreciseTimer.