summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2021-02-15 14:02:34 +0100
committerFabian Kosmale <fabian.kosmale@qt.io>2021-03-22 22:46:46 +0100
commitfa444f9286f341cd318ea9a4ab60313127ea03ce (patch)
tree589b0e5ab0998b09fe5ddee57a7c2e8a604458db /src/corelib
parent80de7801ce5a1c7e8962e25b36adfbb18f435b31 (diff)
QProperty: markDirty should be internal
Change-Id: If69a6f37c32ce0d7f824794a2a1c52bad82d84cc Reviewed-by: Andreas Buhr <andreas.buhr@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/kernel/qproperty.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/corelib/kernel/qproperty.cpp b/src/corelib/kernel/qproperty.cpp
index ea748d0784..81fe0992b9 100644
--- a/src/corelib/kernel/qproperty.cpp
+++ b/src/corelib/kernel/qproperty.cpp
@@ -997,6 +997,8 @@ QString QPropertyBindingError::description() const
/*!
\fn template <typename T> void QProperty<T>::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 <typename Class, typename T, auto offset, auto Callback> void QObjectBindableProperty<Class, T, offset, Callback>::markDirty()
+ \internal
Programatically sets the property dirty. Any binding which depend on it will
be notified.