summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
diff options
context:
space:
mode:
authorQt CI Bot <qt_ci_bot@qt-project.org>2021-03-26 10:09:36 +0000
committerQt CI Bot <qt_ci_bot@qt-project.org>2021-03-26 10:09:36 +0000
commit27ebeeb50e192ead7f839cbfcf13a2a42132a920 (patch)
tree45644f4de005153cd281e9fc6d53a035eaf0a716 /src/corelib/kernel
parent35dd643b07c9b38dc4b3acfd8684aaa8ed192010 (diff)
parent30016562c2f4790168af1cf04d5f748127802b0f (diff)
Merge integration refs/builds/qtci/dev/1616744759
Diffstat (limited to 'src/corelib/kernel')
-rw-r--r--src/corelib/kernel/qproperty.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/corelib/kernel/qproperty.cpp b/src/corelib/kernel/qproperty.cpp
index 7b6209d7f4..d03991eac1 100644
--- a/src/corelib/kernel/qproperty.cpp
+++ b/src/corelib/kernel/qproperty.cpp
@@ -1042,6 +1042,8 @@ QString QPropertyBindingError::description() const
is read, the binding is evaluated by invoking the call operator () of \a f.
Whenever a dependency of the binding changes, the binding will be re-evaluated
the next time the value of this property is read.
+
+ \sa {Formulating a Property Binding}
*/
/*!
@@ -1441,6 +1443,8 @@ QString QPropertyBindingError::description() const
Whenever a dependency of the binding changes, the binding will be re-evaluated
the next time the value of this property is read. When the property value
changes, the owner is notified via the Callback function.
+
+ \sa {Formulating a Property Binding}
*/
/*!
@@ -1667,6 +1671,8 @@ QString QPropertyBindingError::description() const
Returns any previous binding associated with the property, or a
default-constructed QPropertyBinding<T>.
+
+ \sa {Formulating a Property Binding}
*/
/*!