aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-12-21 12:59:47 +0100
committerJ-P Nurmi <jpnurmi@qt.io>2016-12-21 12:07:09 +0000
commitb1ea82e473324ddba0ab2ed2e5e4993b17625436 (patch)
tree26b89327dc0bd02e99b4507b2b076c7bd5b4150c
parent8148e5338de3c8d307f758c9ffcf1f7309fd48bd (diff)
Doc: fix linking error to "Qt for OS X/macOS"
Change-Id: I285ea1b331314c7b3927d7f8ab9f2c367e73ede5 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
-rw-r--r--src/imports/platform/qquickplatformmenuitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/platform/qquickplatformmenuitem.cpp b/src/imports/platform/qquickplatformmenuitem.cpp
index 9f261d24..9ee5373a 100644
--- a/src/imports/platform/qquickplatformmenuitem.cpp
+++ b/src/imports/platform/qquickplatformmenuitem.cpp
@@ -403,7 +403,7 @@ void QQuickPlatformMenuItem::setChecked(bool checked)
\value MenuItem.AboutQtRole The item handles the "About Qt" menu item.
\value MenuItem.AboutRole The item should be placed where the "About" menu item is in the application menu. The text of
the menu item will be set to "About <application name>". The application name is fetched from the
- \c{Info.plist} file in the application's bundle (See \l{Qt for OS X - Deployment}).
+ \c{Info.plist} file in the application's bundle (See \l{Qt for macOS - Deployment}).
\value MenuItem.PreferencesRole The item should be placed where the "Preferences..." menu item is in the application menu.
\value MenuItem.QuitRole The item should be placed where the Quit menu item is in the application menu.