diff options
author | David Boddie <david.boddie@nokia.com> | 2011-06-30 18:24:38 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-06-30 18:24:38 (GMT) |
commit | f8b3ea2988bb57e67d38cfc00d2fbfb950564421 (patch) | |
tree | cf12929b4f8295f391f0e144ab5406ae32eb334f /tools/assistant/lib/qhelpsearchquerywidget.cpp | |
parent | 6b3f2a3b96d01dc339d07a076300d29616603b28 (diff) | |
download | Qt-f8b3ea2988bb57e67d38cfc00d2fbfb950564421.zip Qt-f8b3ea2988bb57e67d38cfc00d2fbfb950564421.tar.gz Qt-f8b3ea2988bb57e67d38cfc00d2fbfb950564421.tar.bz2 |
Doc: Updated documentation with \since 4.8 declarations.
Diffstat (limited to 'tools/assistant/lib/qhelpsearchquerywidget.cpp')
-rw-r--r-- | tools/assistant/lib/qhelpsearchquerywidget.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/assistant/lib/qhelpsearchquerywidget.cpp b/tools/assistant/lib/qhelpsearchquerywidget.cpp index faa80c0..9307638 100644 --- a/tools/assistant/lib/qhelpsearchquerywidget.cpp +++ b/tools/assistant/lib/qhelpsearchquerywidget.cpp @@ -511,6 +511,8 @@ QHelpSearchQueryWidget::~QHelpSearchQueryWidget() } /*! + \since 4.8 + Expands the search query widget so that the extended search fields are shown. */ void QHelpSearchQueryWidget::expandExtendedSearch() @@ -520,6 +522,8 @@ void QHelpSearchQueryWidget::expandExtendedSearch() } /*! + \since 4.8 + Collapses the search query widget so that only the default search field is shown. */ @@ -542,6 +546,8 @@ QList<QHelpSearchQuery> QHelpSearchQueryWidget::query() const } /*! + \since 4.8 + Sets the QHelpSearchQueryWidget input fields to the values specified by \a queryList search field name. Please note that one has to call the search engine's search(QList<QHelpSearchQuery> &queryList) function to perform the |