diff options
author | Leena Miettinen <riitta-leena.miettinen@qt.io> | 2016-08-18 10:18:55 +0200 |
---|---|---|
committer | Leena Miettinen <riitta-leena.miettinen@qt.io> | 2016-08-18 08:35:43 +0000 |
commit | a181ef93c4c7a654a5812edbf2b07086e22d3d15 (patch) | |
tree | 44133e2b93747cec7f26f5720f83e0a95ef97a41 /doc | |
parent | 585cc0703c66ef2488ca40856e7e105e8ada9f5c (diff) | |
download | qt-creator-a181ef93c4c7a654a5812edbf2b07086e22d3d15.tar.gz |
Doc: Replace the last references to OS X with \macos or macOS
The API docs still contain references to OS X.
Change-Id: I622eb4d2c79f3162f5dc95e04be262d628c8d7b9
Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/analyze/creator-valgrind-overview.qdoc | 2 | ||||
-rw-r--r-- | doc/src/widgets/qtdesigner-plugins.qdoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/analyze/creator-valgrind-overview.qdoc b/doc/src/analyze/creator-valgrind-overview.qdoc index d7bc879964..d42fd6fd43 100644 --- a/doc/src/analyze/creator-valgrind-overview.qdoc +++ b/doc/src/analyze/creator-valgrind-overview.qdoc @@ -48,7 +48,7 @@ have a project. Valgrind tools are supported locally only on Linux and \macos. However, - according to Valgrind.org, support on OS X 10.8 and 10.9 is experimental and + according to Valgrind.org, support on \macos 10.8 and 10.9 is experimental and mostly broken. You can run the tools on a remote Linux machine or device from any development host. diff --git a/doc/src/widgets/qtdesigner-plugins.qdoc b/doc/src/widgets/qtdesigner-plugins.qdoc index 32a0098508..aed2f6bc1c 100644 --- a/doc/src/widgets/qtdesigner-plugins.qdoc +++ b/doc/src/widgets/qtdesigner-plugins.qdoc @@ -82,7 +82,7 @@ \QC uses its own set of Qt Libraries located in the bundle, and therefore, you need to configure the \QD plugins that you want to use with \QC. For more information about how to deploy applications to \macos, see - \l{Qt for OS X - Deployment}. + \l{Qt for macOS - Deployment}. The following example illustrates how to configure version 5.2.1 of the \l{http://qwt.sourceforge.net/}{Qwt - Qt Widgets for Technical Applications} |