1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-03-13 05:41:17 +00:00
Vladimir Golovnev 7600f59f3a
Prevent precise timers from being used when unnecessary
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.
2023-02-14 08:26:08 +03:00
..
2022-03-26 11:53:50 +08:00
2020-04-29 21:32:34 +08:00
2022-03-26 11:53:50 +08:00
2022-03-20 13:33:40 +08:00
2023-02-10 17:16:46 +03:00