diff options
author | Kai Köhne <[email protected]> | 2024-04-10 11:28:53 +0200 |
---|---|---|
committer | Kai Köhne <[email protected]> | 2025-06-02 07:39:42 +0000 |
commit | 84f5fa6f8c00cb6e7db05d511798c4f7ff66ca52 (patch) | |
tree | 58ac1e824c5cf0b8b86adf4129dd324556cad09c /src | |
parent | cc1929d53abaefe5179dd8bb0f91fe2d4af02a86 (diff) |
Pick-to: 6.9 6.10
Change-Id: If404978c913f15c8221685feee5bafd6dc4fbde6
Reviewed-by: Nicholas Bennett <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/assistant/help/qhelpenginecore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assistant/help/qhelpenginecore.cpp b/src/assistant/help/qhelpenginecore.cpp index f4be7c5cf..84a34816b 100644 --- a/src/assistant/help/qhelpenginecore.cpp +++ b/src/assistant/help/qhelpenginecore.cpp @@ -116,7 +116,7 @@ bool QHelpEngineCorePrivate::setup() The help engine also offers the possibility to set and read values in a persistent way comparable to ini files or Windows registry - entries. For more information see setValue() or value(). + entries. For more information see \l setCustomValue() or \l customValue(). This class does not offer any GUI components or functionality for indices or contents. If you need one of those use QHelpEngine |