diff options
author | Alexis Menard <alexis.menard@nokia.com> | 2009-06-02 08:53:55 (GMT) |
---|---|---|
committer | Alexis Menard <alexis.menard@nokia.com> | 2009-06-02 08:53:55 (GMT) |
commit | 0e139242e5dd465c9ffa0e2cbeb17b7009b821d1 (patch) | |
tree | f8f3ee0b059c4de74fe58d340cb1d55594e6fdbc /src/corelib/tools/qstringbuilder.cpp | |
parent | 53187fabdbfb8a513e735fdd034e1a9fbbccc9cd (diff) | |
parent | d52fb58f34199e9a6e008929425cd21b92a2674a (diff) | |
download | Qt-0e139242e5dd465c9ffa0e2cbeb17b7009b821d1.zip Qt-0e139242e5dd465c9ffa0e2cbeb17b7009b821d1.tar.gz Qt-0e139242e5dd465c9ffa0e2cbeb17b7009b821d1.tar.bz2 |
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraphicssceneindex
Diffstat (limited to 'src/corelib/tools/qstringbuilder.cpp')
-rw-r--r-- | src/corelib/tools/qstringbuilder.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/corelib/tools/qstringbuilder.cpp b/src/corelib/tools/qstringbuilder.cpp index b807a89..2b4a242 100644 --- a/src/corelib/tools/qstringbuilder.cpp +++ b/src/corelib/tools/qstringbuilder.cpp @@ -71,8 +71,8 @@ /*! \fn int QLatin1Literal::size() const - Returns the number of characters in the literal \i{excluding} the trailing - NUL char. + Returns the number of characters in the literal \e{excluding} the trailing + NULL char. */ /*! \fn char *QLatin1Literal::data() const @@ -122,7 +122,7 @@ \sa QLatin1Literal, QString */ -/* !fn template <class A, class B> QStringBuilder<A, B> operator%(const A &a, const B &b) +/* \fn template <class A, class B> QStringBuilder<A, B> operator%(const A &a, const B &b) Returns a \c QStringBuilder object that is converted to a QString object when assigned to a variable of QString type or passed to a function that |