mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
fixed compilation warnings in YACReader.pro, at least using vc++ compiler
This commit is contained in:
@ -876,7 +876,7 @@ void Render::nextDoublePage()
|
||||
update();
|
||||
emit pageChanged(currentIndex);
|
||||
}
|
||||
else if (hasLoadedComic() && (currentIndex >= numPages()-2))
|
||||
else if (hasLoadedComic() && ((unsigned int)currentIndex >= numPages()-2))
|
||||
{
|
||||
emit isLast();
|
||||
}
|
||||
|
Reference in New Issue
Block a user