diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-07-13 11:07:25 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-07-13 11:07:25 (GMT) |
commit | 1199be3aa31bfe1d55799c6362b3e59601f99a8f (patch) | |
tree | 54ae3e019f814bc9731d85eeb9373fc7da49eeb6 /src/corelib/tools | |
parent | e305732c0df93332a514a957b08e0ce283cb747f (diff) | |
download | Qt-1199be3aa31bfe1d55799c6362b3e59601f99a8f.zip Qt-1199be3aa31bfe1d55799c6362b3e59601f99a8f.tar.gz Qt-1199be3aa31bfe1d55799c6362b3e59601f99a8f.tar.bz2 |
doc: Fixed several qdoc warnings.
Diffstat (limited to 'src/corelib/tools')
-rw-r--r-- | src/corelib/tools/qstring.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qstring.cpp b/src/corelib/tools/qstring.cpp index 57f79a0..b2cf49b 100644 --- a/src/corelib/tools/qstring.cpp +++ b/src/corelib/tools/qstring.cpp @@ -6954,7 +6954,7 @@ bool QString::isRightToLeft() const /*! \fn bool QString::isRightToLeft() const - \internal + Returns true if the string is read right to left. */ |