mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 00:17:23 -06:00
Remove usage of deprecated functions
Also use proper type for storing date/time data
This commit is contained in:
@@ -69,7 +69,7 @@ public:
|
||||
|
||||
struct PointData
|
||||
{
|
||||
uint x;
|
||||
qint64 x;
|
||||
int y[NB_GRAPHS];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user