Wolfgang Bauer 2019-03-01 07:57:34 +00:00 committed by Git OBS Bridge
parent 36666b6354
commit f27962f487

View File

@ -31,3 +31,15 @@ Index: gammaray-2.9.0/ui/resources/CMakeLists.txt
endforeach()
endif()
Index: gammaray-2.9.0/ui/qhelpcontroller.cpp
===================================================================
--- gammaray-2.9.0.orig/ui/qhelpcontroller.cpp
+++ gammaray-2.9.0/ui/qhelpcontroller.cpp
@@ -126,6 +126,7 @@
}
const QString qhcPath = Paths::documentationPath() + QLatin1String("/gammaray.qhc");
+ qDebug() << "Wolfi, assistant:" << d->assistantPath << ", qhcPath:" << qhcPath;
if (QFileInfo::exists(qhcPath)) {
d->qhcPath = qhcPath;
return true;