From e3a31e9d1e9c5d468af9c4e1a342679007e65cc6 Mon Sep 17 00:00:00 2001 From: Venugopal Shivashankar Date: Wed, 4 Nov 2020 23:38:09 +0100 Subject: Doc: Fix qdoc warnings Mostly broken links to types and properties that are either dropped or renamed. Task-number: QTBUG-88141 Fixes: QTBUG-88141 Change-Id: I44789cdd1b8560a967b0b3868fd637deef488d88 Reviewed-by: Mitch Curtis --- src/imports/platform/qquickplatformmenu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/imports/platform') diff --git a/src/imports/platform/qquickplatformmenu.cpp b/src/imports/platform/qquickplatformmenu.cpp index 7219ef54..f174b0bf 100644 --- a/src/imports/platform/qquickplatformmenu.cpp +++ b/src/imports/platform/qquickplatformmenu.cpp @@ -127,7 +127,7 @@ QT_BEGIN_NAMESPACE \section2 Dynamically Generating Menu Items It is possible to dynamically generate menu items. One of the easiest ways - to do so is with \l[QtQml]{Instantiator}. For example, to implement a + to do so is with \l Instantiator. For example, to implement a "Recent Files" submenu, where the items are based on a list of files stored in settings, the following code could be used: -- cgit v1.2.3