diff options
author | ck <qt-info@nokia.com> | 2009-11-10 17:09:31 (GMT) |
---|---|---|
committer | ck <qt-info@nokia.com> | 2009-11-10 17:09:31 (GMT) |
commit | d895af5713a7b7ee011b2b29cb5844fbf964df5e (patch) | |
tree | 09a74dcdcb8cc173457c8caaafffbb3c93679443 | |
parent | 3458ccf3a1b744f14b293bb1d2ce4d187930c09c (diff) | |
download | Qt-d895af5713a7b7ee011b2b29cb5844fbf964df5e.zip Qt-d895af5713a7b7ee011b2b29cb5844fbf964df5e.tar.gz Qt-d895af5713a7b7ee011b2b29cb5844fbf964df5e.tar.bz2 |
Assistant: Fix documentation for QHelpEngineCore::addCustomFilter().
Task-number: QT-2498
Reviewed-by: David Boddie
-rw-r--r-- | tools/assistant/lib/qhelpenginecore.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/assistant/lib/qhelpenginecore.cpp b/tools/assistant/lib/qhelpenginecore.cpp index 8c6c2fe..80b92fd 100644 --- a/tools/assistant/lib/qhelpenginecore.cpp +++ b/tools/assistant/lib/qhelpenginecore.cpp @@ -405,8 +405,9 @@ QStringList QHelpEngineCore::customFilters() const /*! Adds the new custom filter \a filterName. The filter attributes - are specified by \a attributes. The function returns false if - the filter can not be added, e.g. when the filter already exists. + are specified by \a attributes. If the filter already exists, + its attribute set is replaced. The function returns true if + the operation succeeded, otherwise it returns false. \sa customFilters(), removeCustomFilter() */ |