This commit is contained in:
parent
36666b6354
commit
f27962f487
@ -31,3 +31,15 @@ Index: gammaray-2.9.0/ui/resources/CMakeLists.txt
|
|||||||
endforeach()
|
endforeach()
|
||||||
endif()
|
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user