summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2014-03-26 12:43:25 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-29 00:40:46 +0100
commitaf2f227080f8d1d129b3e764b3c6c6dc7c36abbc (patch)
treeb2a1f5456031be221ceeeeea884ca27347729f2c /src/corelib/tools
parent0fadbc7ed909de1caa7833abaf7cb1c3b20b4efb (diff)
Fix typos
Change-Id: I5388666f68f44b052b8950741a5d43f951ba4931 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
Diffstat (limited to 'src/corelib/tools')
-rw-r--r--src/corelib/tools/qstring.cpp10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/corelib/tools/qstring.cpp b/src/corelib/tools/qstring.cpp
index f14cdcedda..01faad6f2d 100644
--- a/src/corelib/tools/qstring.cpp
+++ b/src/corelib/tools/qstring.cpp
@@ -7568,6 +7568,8 @@ QString QString::multiArg(int numArgs, const QString **args) const
\since 5.2
Constructs a new QString containing a copy of the \a string CFString.
+
+ \note this function is only available on Mac OS X and iOS.
*/
/*! \fn CFStringRef QString::toCFString() const
@@ -7575,18 +7577,24 @@ QString QString::multiArg(int numArgs, const QString **args) const
Creates a CFString from a QString. The caller owns the CFString and is
responsible for releasing it.
+
+ \note this function is only available on Mac OS X and iOS.
*/
/*! \fn QString QString::fromNSString(const NSString *string)
\since 5.2
Constructs a new QString containing a copy of the \a string NSString.
+
+ \note this function is only available on Mac OS X and iOS.
*/
/*! \fn NSString QString::toNSString() const
\since 5.2
- Creates a NSString from a QString.g. The NSString is autoreleased.
+ Creates a NSString from a QString. The NSString is autoreleased.
+
+ \note this function is only available on Mac OS X and iOS.
*/
/*! \fn bool QString::isSimpleText() const