From e7fa64846154b0b75e5107ac7234e7d973118bdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Mon, 15 Jul 2013 21:52:49 +0200 Subject: [PATCH] bug fixed in yacreader pathToFile argument --- YACReaderLibrary/library_window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YACReaderLibrary/library_window.cpp b/YACReaderLibrary/library_window.cpp index d4d27956..a2f054e3 100644 --- a/YACReaderLibrary/library_window.cpp +++ b/YACReaderLibrary/library_window.cpp @@ -1012,7 +1012,7 @@ void LibraryWindow::openComic() //Comic is readed #else - QProcess::startDetached(QDir::cleanPath(QCoreApplication::applicationDirPath())+"/YACReader",QStringList() << path); + QProcess::startDetached(QDir::cleanPath(QCoreApplication::applicationDirPath())+QString("/YACReader \"%1\"").arg(path),QStringList()); #endif //Comic is readed setCurrentComicReaded();