QProperty: markDirty should be internal

Change-Id: If69a6f37c32ce0d7f824794a2a1c52bad82d84cc
Reviewed-by: Andreas Buhr <andreas.buhr@qt.io>
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
Fabian Kosmale 2021-02-15 14:02:34 +01:00
parent 80de7801ce
commit fa444f9286

View File

@ -997,6 +997,8 @@ QString QPropertyBindingError::description() const
/*! /*!
\fn template <typename T> void QProperty<T>::markDirty() \fn template <typename T> void QProperty<T>::markDirty()
\internal
Programatically sets the property dirty. Any binding which depends on it will Programatically sets the property dirty. Any binding which depends on it will
be notified. be notified.
This can be useful for properties which do not only depend on bindable properties, 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() \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 Programatically sets the property dirty. Any binding which depend on it will
be notified. be notified.