From 0acada9c7b6fb6a96145484da011aeec3191a35a Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Fri, 1 Oct 2021 11:14:12 +0200 Subject: [PATCH] Doc: Use correct \relates target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit \relates takes a class name as argument, but doesn't deal nicely with a templates full definition. Pick-to: 6.2 Task-number: QTBUG-97028 Change-Id: I7c608717c5d552bc553073534104dece01b8ff96 Reviewed-by: Fabian Kosmale Reviewed-by: Topi Reiniƶ --- src/corelib/kernel/qproperty.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/corelib/kernel/qproperty.cpp b/src/corelib/kernel/qproperty.cpp index fa22c6f498..f8bda06176 100644 --- a/src/corelib/kernel/qproperty.cpp +++ b/src/corelib/kernel/qproperty.cpp @@ -203,7 +203,7 @@ static thread_local QBindingStatus bindingStatus; /*! \since 6.2 - \relates template QProperty + \relates QProperty Marks the beginning of a property update group. Inside this group, changing a property does neither immediately update any dependent properties @@ -230,7 +230,7 @@ void Qt::beginPropertyUpdateGroup() /*! \since 6.2 - \relates template QProperty + \relates QProperty Ends a property update group. If the outermost group has been ended, and deferred binding evaluations and notifications happen now.