summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-01-20 14:59:41 +0100
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-01-20 18:18:39 +0100
commit72d18db9578153ec16a7411dbafbad7fb6318f0c (patch)
tree8b48a20045f43d0b77990f10cdda4d24f5423234
parent8bbf22c7e5636d0d3edf19aeadda6a930dc8f4db (diff)
downloadqtdoc-72d18db9578153ec16a7411dbafbad7fb6318f0c.tar.gz
macOS: Remove reference to the Carbon framework
Change-Id: I4e9871287c8fd54c5f85ed7d7ccaa97d8ef5a51f Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
-rw-r--r--doc/src/platforms/macos.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/platforms/macos.qdoc b/doc/src/platforms/macos.qdoc
index abe1000e..01836dc3 100644
--- a/doc/src/platforms/macos.qdoc
+++ b/doc/src/platforms/macos.qdoc
@@ -763,7 +763,7 @@
Usually, when referring to a native \macos application, \e native means an
application that interfaces directly to the underlying window system, rather
than one that uses some intermediary layer. Qt applications run as first
- class citizens, just like Cocoa and Carbon applications. We use Cocoa
+ class citizens, just like Cocoa applications. We use Cocoa
internally to communicate with the operating system.
*/