From 82eee3b411f23eb01ab3658d77504970ddb151ef Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Wed, 25 Oct 2017 10:21:50 +0200 Subject: Document palette as a basic QML type Unfortunately we need to manually add some \sa "palette QML Basic Type" links as a workaround until auto-linking to basic QML types in QML property headers is fixed in QDoc. Task-number: QTBUG-63469 Change-Id: I2ea853bfeda31905468741eb720f4daa242e703d Reviewed-by: Mitch Curtis --- src/quicktemplates2/qquickpopup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/quicktemplates2/qquickpopup.cpp') diff --git a/src/quicktemplates2/qquickpopup.cpp b/src/quicktemplates2/qquickpopup.cpp index 95e3d553..472d2124 100644 --- a/src/quicktemplates2/qquickpopup.cpp +++ b/src/quicktemplates2/qquickpopup.cpp @@ -1505,7 +1505,7 @@ void QQuickPopup::resetFont() } \endcode - \sa Control::palette, ApplicationWindow::palette + \sa Control::palette, ApplicationWindow::palette, {qtquickcontrols2-palette}{palette QML Basic Type} */ QPalette QQuickPopup::palette() const { -- cgit v1.2.3