diff options
author | David Boddie <dboddie@trolltech.com> | 2009-11-11 16:13:29 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-11-11 16:13:29 (GMT) |
commit | e029886be27c2434ecfb71f08a0c1a574a1ae533 (patch) | |
tree | 5708b28f8dc6d0d1b2a51c9fe060d6b03b110152 /tools/assistant | |
parent | 44523147cb5f3d934bc33e028dfb093edcd2802c (diff) | |
download | Qt-e029886be27c2434ecfb71f08a0c1a574a1ae533.zip Qt-e029886be27c2434ecfb71f08a0c1a574a1ae533.tar.gz Qt-e029886be27c2434ecfb71f08a0c1a574a1ae533.tar.bz2 |
Doc: Fixed whitespace.
Reviewed-by: Trust Me
Diffstat (limited to 'tools/assistant')
-rw-r--r-- | tools/assistant/lib/qhelpenginecore.cpp | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/tools/assistant/lib/qhelpenginecore.cpp b/tools/assistant/lib/qhelpenginecore.cpp index 8c6c2fe..140e99a 100644 --- a/tools/assistant/lib/qhelpenginecore.cpp +++ b/tools/assistant/lib/qhelpenginecore.cpp @@ -177,12 +177,11 @@ void QHelpEngineCorePrivate::errorReceived(const QString &msg) 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. + 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. */ /*! |