From a208e923c2c2d3ae3029a8d2ff663eb5ba93d0a1 Mon Sep 17 00:00:00 2001 From: Fawzi Mohamed Date: Tue, 28 Oct 2014 10:23:15 +0100 Subject: doc: clarify that macextra is OSX only, it is skipped on iOS Change-Id: I0a02bb7c0b6eb33647db3c1b2e8becffe26d8410 Reviewed-by: Leena Miettinen Reviewed-by: Venugopal Shivashankar Reviewed-by: Jake Petroules --- src/macextras/doc/src/qtmacextras-index.qdoc | 2 +- src/macextras/qmacfunctions.mm | 2 +- 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 -- cgit v1.2.3