From d52a2098b91d037ddcd5d9a75106e78689d8aba5 Mon Sep 17 00:00:00 2001 From: Andreas Eliasson Date: Thu, 2 Jun 2022 12:47:14 +0200 Subject: [PATCH] Doc: Fix link to Scrollbar size property The \l command with just one argument, size, has a competing section1 link target, Size, in a different C++ file. Specifying the C++ class as the first argument to the link command will make sure that the link goes to its intended target. Fixes: QTBUG-103250 Pick-to: 6.3 Change-Id: Ibabd04986e033f7c401f9132d25be7c6f4e8e8d9 Reviewed-by: Kai Koehne --- src/quicktemplates2/qquickscrollbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quicktemplates2/qquickscrollbar.cpp b/src/quicktemplates2/qquickscrollbar.cpp index 9397f098d2..cb5eabbc6b 100644 --- a/src/quicktemplates2/qquickscrollbar.cpp +++ b/src/quicktemplates2/qquickscrollbar.cpp @@ -81,7 +81,7 @@ QT_BEGIN_NAMESPACE \list \li \l orientation \li \l position - \li \l size + \li \l {ScrollBar::} {size} \li \l active \endlist