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; qulonglong comicId;
int currentPage; int currentPage;
int currentRating; int currentRating;
unsigned long lastTimeOpened; unsigned long long lastTimeOpened;
QString hash; QString hash;
foreach(QString comicInfo, data) foreach(QString comicInfo, data)
{ {