![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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.
QString QPlaceUserPrivate::name |
Definition at line 30 of file qplaceuser_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
QString QPlaceUserPrivate::userId |
Definition at line 29 of file qplaceuser_p.h.