mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
Use usigned long long to fix compiler error
This commit is contained in:
@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user