summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qproperty.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/kernel/qproperty.cpp')
-rw-r--r--src/corelib/kernel/qproperty.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/corelib/kernel/qproperty.cpp b/src/corelib/kernel/qproperty.cpp
index 52d5ca84e8..b009699a6d 100644
--- a/src/corelib/kernel/qproperty.cpp
+++ b/src/corelib/kernel/qproperty.cpp
@@ -803,6 +803,8 @@ QString QPropertyBindingError::description() const
if the QUntypedBindable is read-only, null or if \a binding's type does match the
underlying property's type.
+ \return \c true when the binding was successfully set.
+
\sa QUntypedPropertyBinding::valueMetaType()
*/
@@ -880,7 +882,7 @@ QString QPropertyBindingError::description() const
\fn template <typename T> T QBindable<T>::value() const
Returns the underlying property's current value. If the QBindable is invalid,
- a default constructed \T is returned.
+ a default constructed \c T is returned.
\sa isValid()
*/