Skip to content

Stopwatch accuracy fix

Ghost User requested to merge (removed):stopwatch into master

Stopwatch current use QML Timer which are synchronized with the rendering thread and are not precise, QTimer from c++ is more suited for high precision timing like stopwatch.

Edited by Ghost User

Merge request reports