aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFawzi Mohamed <fawzi.mohamed@digia.com>2014-10-28 10:23:15 +0100
committerFawzi Mohamed <fawzi.mohamed@digia.com>2014-10-30 14:04:51 +0100
commita208e923c2c2d3ae3029a8d2ff663eb5ba93d0a1 (patch)
tree7510cf3767c45990f78bd78ed53e44179759cb56
parentc62647e11f551ce35e2ed04c87c211622a23c6b9 (diff)
doc: clarify that macextra is OSX only, it is skipped on iOSv5.4.0-rc1v5.4.0
Change-Id: I0a02bb7c0b6eb33647db3c1b2e8becffe26d8410 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com> Reviewed-by: Jake Petroules <jake.petroules@petroules.com>
-rw-r--r--src/macextras/doc/src/qtmacextras-index.qdoc2
-rw-r--r--src/macextras/qmacfunctions.mm2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/macextras/doc/src/qtmacextras-index.qdoc b/src/macextras/doc/src/qtmacextras-index.qdoc
index 62d9d38..f36c6c3 100644
--- a/src/macextras/doc/src/qtmacextras-index.qdoc
+++ b/src/macextras/doc/src/qtmacextras-index.qdoc
@@ -41,7 +41,7 @@
/*!
\page qtmacextras-index.html
\title Qt Mac Extras
- \brief Provides functionality specific to the OS X and iOS operating systems.
+ \brief Provides functionality specific to the OS X operating system.
Qt Mac Extras provide classes and functions that enable you to use
miscellaneous functionality specific to the OS X and iOS operating systems.
diff --git a/src/macextras/qmacfunctions.mm b/src/macextras/qmacfunctions.mm
index 141d642..a36dd83 100644
--- a/src/macextras/qmacfunctions.mm
+++ b/src/macextras/qmacfunctions.mm
@@ -60,7 +60,7 @@ QT_BEGIN_NAMESPACE
\namespace QtMac
\inmodule QtMacExtras
\since 5.2
- \brief The QtMac namespace contains miscellaneous functionality specific to the OS X and iOS operating systems.
+ \brief The QtMac namespace contains miscellaneous functionality specific to the OS X operating system.
\inheaderfile QtMac
*/
namespace QtMac