summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorInkamari Harjula <inkamari.harjula@qt.io>2023-09-06 08:12:08 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-09-06 16:42:55 +0000
commitf8e1bf920b910b4c6f930c7351930db7e9f5cc49 (patch)
tree3853c4686a11ae24f30614c38b5d71358b919441
parent3f334e3c7aa4d393c5ad6ea4dc63c1d719fbd0cd (diff)
Doc: Add example category to qhelp
Added example category User Interface Components to contextsensitivehelp file. Task-number: QTBUG-116534 Change-Id: I112c2710df7c93b4282f7192ddb06e84e097d14a Reviewed-by: Kai Köhne <kai.koehne@qt.io> (cherry picked from commit 58b16c4b0b325b4927ca5d03278576d0bd7775f4) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--examples/help/doc/src/contextsensitivehelp.qdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/help/doc/src/contextsensitivehelp.qdoc b/examples/help/doc/src/contextsensitivehelp.qdoc
index 85eed981d..d1c0771d6 100644
--- a/examples/help/doc/src/contextsensitivehelp.qdoc
+++ b/examples/help/doc/src/contextsensitivehelp.qdoc
@@ -5,6 +5,7 @@
\example contextsensitivehelp
\ingroup examples-qthelp
\title Context-Sensitive Help Example
+ \examplecategory {User Interface Components}
\brief Using the QHelpEngineCore class to implement context-sensitive help
for applications.