From fa444f9286f341cd318ea9a4ab60313127ea03ce Mon Sep 17 00:00:00 2001 From: Fabian Kosmale Date: Mon, 15 Feb 2021 14:02:34 +0100 Subject: [PATCH] QProperty: markDirty should be internal Change-Id: If69a6f37c32ce0d7f824794a2a1c52bad82d84cc Reviewed-by: Andreas Buhr Reviewed-by: Lars Knoll --- src/corelib/kernel/qproperty.cpp | 3 +++ 1 file changed, 3 insertions(+) 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.