From 039d6ddd75948ed18dedaa6e0af255010284363b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Wed, 25 Feb 2015 17:43:49 +0100 Subject: [PATCH] Fixed QFileInfo craziness --- YACReader/main_window_viewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YACReader/main_window_viewer.cpp b/YACReader/main_window_viewer.cpp index 51d2cc0b..8b55f7a2 100644 --- a/YACReader/main_window_viewer.cpp +++ b/YACReader/main_window_viewer.cpp @@ -732,7 +732,7 @@ void MainWindowViewer::openComic(const QString &pathFile) enableActions(); - viewer->open(pathFile); + viewer->open(fi.absoluteFilePath()); } void MainWindowViewer::openFolder()