aboutsummaryrefslogtreecommitdiffstats
path: root/examples/macextras/macpasteboardmime/doc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@theqtcompany.com>2016-08-11 14:59:41 +0200
committerTopi Reiniƶ <topi.reinio@theqtcompany.com>2016-08-12 13:15:56 +0000
commit15c849dcfded8818765e439f521a665ae12e707a (patch)
tree9d2e9ae2fb9a240166e3051998ffb277bf3e07c8 /examples/macextras/macpasteboardmime/doc
parentb8e24de4ba0876a3686cf5da5b1b6f47603c1bc7 (diff)
Doc: Change instances of 'OS X' to 'macOS'v5.6.2
As of version 10.12 (Sierra), the name of Apple's desktop operating system will be macOS. Change all occurrences where the Mac platform is discussed to use the macro \macos (defined in the documentation configuration in qtbase), except in link targets (QDoc doesn't expand macros in those). Add a 'macOS' prefix to example titles to make it clear they are specific to that platform. Change-Id: I6bac8d92ca080adf7138a12e0f792c132e382f5d Reviewed-by: Jake Petroules <jake.petroules@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'examples/macextras/macpasteboardmime/doc')
-rw-r--r--examples/macextras/macpasteboardmime/doc/src/qtmacextras-example-macpasteboardmime.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/macextras/macpasteboardmime/doc/src/qtmacextras-example-macpasteboardmime.qdoc b/examples/macextras/macpasteboardmime/doc/src/qtmacextras-example-macpasteboardmime.qdoc
index 683d1d0..9567f66 100644
--- a/examples/macextras/macpasteboardmime/doc/src/qtmacextras-example-macpasteboardmime.qdoc
+++ b/examples/macextras/macpasteboardmime/doc/src/qtmacextras-example-macpasteboardmime.qdoc
@@ -26,19 +26,19 @@
****************************************************************************/
/*!
- \title Mac Pasteboard MIME Converter
+ \title macOS: Pasteboard MIME Converter
\ingroup examples-qtmacextras
\example macpasteboardmime
\brief Demonstrates using QMacPasteboardMime class.
This example shows how to use QMacPasteboardMime to do conversion
between a MIME type and a Uniform Type Identifier (UTI) format used
- on OS X.
+ on \macos.
The example creates a widget that accepts drag & drop events, and
reads contents of dropped business cards in vCard format.
\include examples-run.qdocinc
- \sa {Qt for OS X}, {Qt Mac Extras}
+ \sa {Qt for macOS}, {Qt Mac Extras}
*/