mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06: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:
@@ -28,7 +28,6 @@
|
||||
|
||||
#include "random.h"
|
||||
|
||||
#include <limits>
|
||||
#include <random>
|
||||
|
||||
#include <QtGlobal>
|
||||
|
||||
Reference in New Issue
Block a user