mirror of
https://github.com/YACReader/yacreader
synced 2025-12-01 23:12:47 -05: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