Fix qhelp

This commit is contained in:
Joe Farebrother
2022-08-31 16:19:30 +01:00
parent eed2df0fb3
commit 6014a75e0e

View File

@@ -10,8 +10,8 @@
As such, debugging should only be anabled during development, and disabled during production builds.</p>
</overview>
<recommendation>
Ensure that debugging features are not enabled during production builds.
If <code>WebView.setWebContentsDebuggingEnabled(true)</code> is used, ensure that it is guarded by a flag indicating that this is a debug build.
<p>Ensure that debugging features are not enabled during production builds.
If <code>WebView.setWebContentsDebuggingEnabled(true)</code> is used, ensure that it is guarded by a flag indicating that this is a debug build.</p>
</recommendation>
<example>