From 72d18db9578153ec16a7411dbafbad7fb6318f0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Mon, 20 Jan 2020 14:59:41 +0100 Subject: [PATCH] macOS: Remove reference to the Carbon framework MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4e9871287c8fd54c5f85ed7d7ccaa97d8ef5a51f Reviewed-by: Morten Johan Sørvig --- doc/src/platforms/macos.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/platforms/macos.qdoc b/doc/src/platforms/macos.qdoc index abe1000e9..01836dc35 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. */