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