diff --git a/src/corelib/kernel/qproperty.cpp b/src/corelib/kernel/qproperty.cpp index ea748d07842..81fe0992b94 100644 --- a/src/corelib/kernel/qproperty.cpp +++ b/src/corelib/kernel/qproperty.cpp @@ -997,6 +997,8 @@ QString QPropertyBindingError::description() const /*! \fn template void QProperty::markDirty() + \internal + Programatically sets the property dirty. Any binding which depends on it will be notified. This can be useful for properties which do not only depend on bindable properties, @@ -1245,6 +1247,7 @@ QString QPropertyBindingError::description() const /*! \fn template void QObjectBindableProperty::markDirty() + \internal Programatically sets the property dirty. Any binding which depend on it will be notified.