Commit a3908f4a authored by Qt Forward Merge Bot's avatar Qt Forward Merge Bot
Browse files

Merge remote-tracking branch 'origin/5.13' into 5.14

Change-Id: Ie3479c5a11d47037aec18fca65779fc5b7356e82
Showing with 9 additions and 7 deletions
...@@ -111,9 +111,11 @@ private: ...@@ -111,9 +111,11 @@ private:
void retranslate() void retranslate()
{ {
m_searchLabel->setText(QHelpSearchQueryWidget::tr("Search for:")); m_searchLabel->setText(QHelpSearchQueryWidget::tr("Search for:"));
m_searchButton->setText(QHelpSearchQueryWidget::tr("Search"));
#if QT_CONFIG(tooltip)
m_prevQueryButton->setToolTip(QHelpSearchQueryWidget::tr("Previous search")); m_prevQueryButton->setToolTip(QHelpSearchQueryWidget::tr("Previous search"));
m_nextQueryButton->setToolTip(QHelpSearchQueryWidget::tr("Next search")); m_nextQueryButton->setToolTip(QHelpSearchQueryWidget::tr("Next search"));
m_searchButton->setText(QHelpSearchQueryWidget::tr("Search")); #endif
} }
void saveQuery(const QString &query) void saveQuery(const QString &query)
......
...@@ -241,18 +241,18 @@ ...@@ -241,18 +241,18 @@
\section1 \\dontdocument \section1 \\dontdocument
The \\dontdocument command is only used in a dontdocument.qdoc file The \\dontdocument command is only used in a dontdocument.qdoc file
for a particular module. This file specifies publically declared for a particular module. This file specifies publically declared
classes or structs that are not meant to be documented. Then QDoc will classes or structs that are not meant to be documented. QDoc will
not print warnings about missing \class comments for these classes not print warnings about missing \\class comments for these classes
and structs. and structs.
Below you will find the \\dontdocument command in the Below you will find the \\dontdocument command in the
dontdocument.qdoc for widgets: dontdocument.qdoc for widgets:
\code \badcode
/*! / *!
\dontdocument (QTypeInfo QMetaTypeId) \dontdocument (QTypeInfo QMetaTypeId)
*/ * /
\endcode \endcode
\target obsolete-command \target obsolete-command
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment