mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-05 20:51:25 -07:00
Use numeric_limits instead of constants from C
In C++, using numeric_limits is more idiomatic compared to using constants.
This commit is contained in:
parent
75c80c3716
commit
0b1b3c1f84
4 changed files with 8 additions and 6 deletions
|
@ -28,7 +28,6 @@
|
|||
|
||||
#include "random.h"
|
||||
|
||||
#include <limits>
|
||||
#include <random>
|
||||
|
||||
#include <QtGlobal>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue