diff options
author | Andreas Eliasson <[email protected]> | 2024-04-29 10:55:34 +0200 |
---|---|---|
committer | Andreas Eliasson <[email protected]> | 2024-07-04 13:16:17 +0200 |
commit | eb3a71007d3aeebcfe14f20191f6a51b44b00e6a (patch) | |
tree | df1ec73cdfe3c18bacbd5f5021004303fb808723 | |
parent | 8e50b1c56a67206a1fb50be28fc3ac1200abc4db (diff) |
Doc: Disambiguate Palette link
In the current docs, the Palette link directs the reader to a title
section named Palette on the quick controls iOS Style page. Rather,
direct the link to the Palette QML Type page.
Fixes: QTBUG-123987
Pick-to: 6.8 6.7 6.5
Change-Id: I5c5447364b6ad7c3d03b69a5ca171c353800bb7b
Reviewed-by: Andreas Eliasson <[email protected]>
-rw-r--r-- | src/quicktemplates/qquickpopup.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/quicktemplates/qquickpopup.cpp b/src/quicktemplates/qquickpopup.cpp index 6ed6a0edfc..3ad9b7f6ea 100644 --- a/src/quicktemplates/qquickpopup.cpp +++ b/src/quicktemplates/qquickpopup.cpp @@ -2929,7 +2929,8 @@ void QQuickPopup::setPopupType(PopupType popupType) } \endcode - \sa Item::palette, Window::palette, ColorGroup, Palette + \b {See also}: \l Item::palette, \l Window::palette, \l ColorGroup, + \l [QML] {Palette} */ bool QQuickPopup::filtersChildMouseEvents() const |