![]() |
Qt 6.x
The Qt SDK
|
#include <qplaceuser_p.h>
Public Member Functions | |
bool | operator== (const QPlaceUserPrivate &other) const |
![]() | |
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 | |
Public Attributes | |
QString | userId |
QString | name |
![]() | |
QAtomicInt | ref |
Definition at line 24 of file qplaceuser_p.h.
QT_USE_NAMESPACE bool QPlaceUserPrivate::operator== | ( | const QPlaceUserPrivate & | other | ) | const |
Definition at line 11 of file qplaceuser.cpp.
References other().
QString QPlaceUserPrivate::name |
Definition at line 30 of file qplaceuser_p.h.
Referenced by QPlaceUser::name(), and QPlaceUser::setName().
QString QPlaceUserPrivate::userId |
Definition at line 29 of file qplaceuser_p.h.
Referenced by QPlaceUser::setUserId(), and QPlaceUser::userId().