summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-09-21 13:29:38 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-09-21 13:30:53 (GMT)
commitec76b17145c6449a5d90a1052635f30971e7fa4d (patch)
tree5815c51562bf4070b1710754292aff2ed34bc4da /src/corelib/global
parent00a8d21fff66cd2aec5ea0b6158a4f9923a6732f (diff)
downloadQt-ec76b17145c6449a5d90a1052635f30971e7fa4d.zip
Qt-ec76b17145c6449a5d90a1052635f30971e7fa4d.tar.gz
Qt-ec76b17145c6449a5d90a1052635f30971e7fa4d.tar.bz2
qdoc: Added \brief texts to all the since 4.6 functions.
Diffstat (limited to 'src/corelib/global')
-rw-r--r--src/corelib/global/qglobal.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/corelib/global/qglobal.cpp b/src/corelib/global/qglobal.cpp
index 1d29b3b..4974acf 100644
--- a/src/corelib/global/qglobal.cpp
+++ b/src/corelib/global/qglobal.cpp
@@ -2678,6 +2678,8 @@ int qrand()
\reentrant
\since 4.6
+ \brief The qtTrId function finds and returns a translated string.
+
Returns a translated string identified by \a id.
If no matching string is found, the id itself is returned. This
should not happen under normal conditions.
@@ -2715,7 +2717,8 @@ int qrand()
\relates <QtGlobal>
\since 4.6
- Marks \a id for dynamic translation.
+ \brief The QT_TRID_NOOP macro marks an id for dynamic translation.
+
The only purpose of this macro is to provide an anchor for attaching
meta data like to qtTrId().