Remove usage of deprecated functions

Also use proper type for storing date/time data
This commit is contained in:
Chocobo1
2018-03-09 01:38:03 +08:00
parent a3d9e457a0
commit fdf3ebbb6c
6 changed files with 11 additions and 11 deletions

View File

@@ -69,7 +69,7 @@ public:
struct PointData
{
uint x;
qint64 x;
int y[NB_GRAPHS];
};