Browse Source
The implementation of QTimer::singleShot() uses Qt::PreciseTimer if interval is less than 2 seconds. This isn't mentioned in the docs. Qt::PreciseTimer increases the system's timer resolution which negatively affects power consumption. PR #18555. Closes #18350.adaptive-webui-19844
Vladimir Golovnev
2 years ago
committed by
GitHub
4 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue