mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 23:15:14 -04:00
Fixed QFileInfo craziness
This commit is contained in:
@ -732,7 +732,7 @@ void MainWindowViewer::openComic(const QString &pathFile)
|
||||
|
||||
enableActions();
|
||||
|
||||
viewer->open(pathFile);
|
||||
viewer->open(fi.absoluteFilePath());
|
||||
}
|
||||
|
||||
void MainWindowViewer::openFolder()
|
||||
|
Reference in New Issue
Block a user