summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2021-01-07 16:27:03 +0100
committerNico Vertriest <nico.vertriest@qt.io>2021-01-07 18:36:33 +0100
commit1b636b72e51579e346120ddd7b8d99914fd5b0a0 (patch)
tree1fa32c5b5e86eac0bdb3561ec9fedad130ad6dad /src/corelib
parent19a756047efdbfc589b1c7a6d30a15bdd239210c (diff)
Doc: Fix \sa statement link error
Change-Id: I19f131a7bcbbed5ec39a7ad79a9d7a46d1320529 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/kernel/qproperty.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qproperty.cpp b/src/corelib/kernel/qproperty.cpp
index 5dd6507e26..3b926fdb3c 100644
--- a/src/corelib/kernel/qproperty.cpp
+++ b/src/corelib/kernel/qproperty.cpp
@@ -1075,7 +1075,7 @@ QString QPropertyBindingError::description() const
This can be useful for properties which do not only depend on bindable properties,
but also on non-bindable properties or some other state.
- \sa QProperty<T>::markDirty
+ \sa QProperty::markDirty()
*/
/*!