![]() |
Qt 6.x
The Qt SDK
|
#include <qproperty_p.h>
Public Attributes | |
QPropertyBindingError::Type | type = QPropertyBindingError::NoError |
QString | description |
![]() | |
QAtomicInt | ref |
Additional Inherited Members | |
![]() | |
QSharedData () noexcept | |
Constructs a QSharedData object with a reference count of 0. | |
QSharedData (const QSharedData &) noexcept | |
Constructs a QSharedData object with reference count 0. | |
QSharedData & | operator= (const QSharedData &)=delete |
~QSharedData ()=default | |
Definition at line 179 of file qproperty_p.h.
QString QPropertyBindingErrorPrivate::description |
Definition at line 183 of file qproperty_p.h.
Referenced by QPropertyBindingError::description().
QPropertyBindingError::Type QPropertyBindingErrorPrivate::type = QPropertyBindingError::NoError |
Definition at line 182 of file qproperty_p.h.
Referenced by QPropertyBindingError::type().