Files
qBittorrent/src
Vladimir Golovnev df08bd331c 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-19 15:06:54 +02:00
..
2021-10-05 12:58:25 +08:00
2022-07-10 13:20:27 +08:00
2022-01-04 01:39:00 +02:00