diff options
author | Peter Yard <peter.yard@nokia.com> | 2009-08-31 02:40:23 (GMT) |
---|---|---|
committer | Peter Yard <peter.yard@nokia.com> | 2009-08-31 02:45:43 (GMT) |
commit | 6f1ff3ec69cc6365d61fccf80e97f9afa317395d (patch) | |
tree | 09e780dbde14798b74a52d057ca10bd324b5c4fa /tools | |
parent | 46403d21e1cfd5b4b89244067a4111d5c2c0ff1a (diff) | |
download | Qt-6f1ff3ec69cc6365d61fccf80e97f9afa317395d.zip Qt-6f1ff3ec69cc6365d61fccf80e97f9afa317395d.tar.gz Qt-6f1ff3ec69cc6365d61fccf80e97f9afa317395d.tar.bz2 |
Added doc link to point to Assistant doc table of collection file values.
Fix for task 259252.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/assistant/lib/qhelpenginecore.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/assistant/lib/qhelpenginecore.cpp b/tools/assistant/lib/qhelpenginecore.cpp index 3f8bc02..e642295 100644 --- a/tools/assistant/lib/qhelpenginecore.cpp +++ b/tools/assistant/lib/qhelpenginecore.cpp @@ -175,6 +175,14 @@ void QHelpEngineCorePrivate::errorReceived(const QString &msg) This class does not offer any GUI components or functionality for indices or contents. If you need one of those use QHelpEngine instead. + + When creating a custom help viewer the viewer can be +configured by writing a custom collection file which could contain various +keywords to be used to configure the help engine. These keywords and values +and their meaning can be found in the help information for +\l{assistant-custom-help-viewer.html#creating-a-custom-help-collection-file +}{creating a custom help collection file} for +Assistant. */ /*! |