Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
Qt
QtTools
Commits
a3908f4a
Commit
a3908f4a
authored
5 years ago
by
Qt Forward Merge Bot
Browse files
Options
Download
Plain Diff
Merge remote-tracking branch 'origin/5.13' into 5.14
Change-Id: Ie3479c5a11d47037aec18fca65779fc5b7356e82
parents
751e87f0
b1299590
dev
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
wip/cmake
v5.15.0-alpha1
v5.14.1
v5.14.0
v5.14.0-rc2
v5.14.0-rc1
v5.14.0-beta3
v5.14.0-beta2
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/assistant/help/qhelpsearchquerywidget.cpp
+3
-1
src/assistant/help/qhelpsearchquerywidget.cpp
src/qdoc/doc/qdoc-manual-contextcmds.qdoc
+6
-6
src/qdoc/doc/qdoc-manual-contextcmds.qdoc
with
9 additions
and
7 deletions
src/assistant/help/qhelpsearchquerywidget.cpp
+
3
−
1
View file @
a3908f4a
...
...
@@ -111,9 +111,11 @@ private:
void
retranslate
()
{
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_nextQueryButton
->
setToolTip
(
QHelpSearchQueryWidget
::
tr
(
"Next search"
));
m_searchButton
->
setText
(
QHelpSearchQueryWidget
::
tr
(
"Search"
));
#endif
}
void
saveQuery
(
const
QString
&
query
)
...
...
This diff is collapsed.
Click to expand it.
src/qdoc/doc/qdoc-manual-contextcmds.qdoc
+
6
−
6
View file @
a3908f4a
...
...
@@ -241,18 +241,18 @@
\section1 \\dontdocument
The \\dontdocument command is only used in a dontdocument.qdoc file
for a particular module.
This file specifies publically declared
classes or structs that are not meant to be documented.
Then
QDoc will
not print warnings about missing \class comments for these classes
for a particular module. This file specifies publically declared
classes or structs that are not meant to be documented. QDoc will
not print warnings about missing
\
\class comments for these classes
and structs.
Below you will find the \\dontdocument command in the
dontdocument.qdoc for widgets:
\code
/*!
\
bad
code
/
*!
\dontdocument (QTypeInfo QMetaTypeId)
*/
*
/
\endcode
\target obsolete-command
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets