Use usigned long long to fix compiler error

This commit is contained in:
Luis Ángel San Martín
2018-05-21 23:13:47 +02:00
parent e77d613002
commit 8ea201ece9

View File

@ -24,7 +24,7 @@ void SyncControllerV2::service(HttpRequest &request, HttpResponse &response)
qulonglong comicId;
int currentPage;
int currentRating;
unsigned long lastTimeOpened;
unsigned long long lastTimeOpened;
QString hash;
foreach(QString comicInfo, data)
{