mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Fixed QFileInfo craziness
This commit is contained in:
parent
7febfdb109
commit
039d6ddd75
@ -732,7 +732,7 @@ void MainWindowViewer::openComic(const QString &pathFile)
|
||||
|
||||
enableActions();
|
||||
|
||||
viewer->open(pathFile);
|
||||
viewer->open(fi.absoluteFilePath());
|
||||
}
|
||||
|
||||
void MainWindowViewer::openFolder()
|
||||
|
Loading…
x
Reference in New Issue
Block a user