mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 04:54:29 -04:00
Fix a bunch of warnings
This commit is contained in:
@ -36,7 +36,7 @@ void ComicFlow::setImagePaths(const QStringList &paths)
|
||||
addSlide(img);
|
||||
s = imageFiles.at(i);
|
||||
s.remove(s.size() - 4, 4);
|
||||
if (QFileInfo(s + ".r").exists())
|
||||
if (QFileInfo::exists(s + ".r"))
|
||||
markSlide(i);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user