Doc: Use correct \relates target

\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 <fabian.kosmale@qt.io>
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
Paul Wicking 2021-10-01 11:14:12 +02:00
parent 132d6d0127
commit 0acada9c7b

View File

@ -203,7 +203,7 @@ static thread_local QBindingStatus bindingStatus;
/*!
\since 6.2
\relates template<typename T> QProperty<T>
\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<typename T> QProperty<T>
\relates QProperty
Ends a property update group. If the outermost group has been ended, and deferred
binding evaluations and notifications happen now.