From d895af5713a7b7ee011b2b29cb5844fbf964df5e Mon Sep 17 00:00:00 2001 From: ck Date: Tue, 10 Nov 2009 18:09:31 +0100 Subject: Assistant: Fix documentation for QHelpEngineCore::addCustomFilter(). Task-number: QT-2498 Reviewed-by: David Boddie --- tools/assistant/lib/qhelpenginecore.cpp | 5 +++-- 1 file 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() */ -- cgit v0.12