Use .inc.qhelp extension for included help files

This commit is contained in:
Marcono1234
2021-02-25 22:32:39 +01:00
parent d685aff5e2
commit 5a8ffa5a85
80 changed files with 70 additions and 69 deletions

View File

@@ -10,7 +10,7 @@ Not all compilers generate code that zero-out memory, especially when optimizati
is not compliant with the latest language standards. Accessing uninitialized memory will lead to undefined results.
</p>
<include src="dataFlowWarning.qhelp" />
<include src="dataFlowWarning.inc.qhelp" />
</overview>
<recommendation>