Home
last modified time | relevance | path

Searched refs:QPlaceUserPrivate (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplaceuser.cpp42 QPlaceUserPrivate::QPlaceUserPrivate() in QPlaceUserPrivate() function in QPlaceUserPrivate
47 QPlaceUserPrivate::QPlaceUserPrivate(const QPlaceUserPrivate &other) in QPlaceUserPrivate() function in QPlaceUserPrivate
52 QPlaceUserPrivate::~QPlaceUserPrivate() in ~QPlaceUserPrivate()
56 bool QPlaceUserPrivate::operator==(const QPlaceUserPrivate &other) const in operator ==()
75 : d(new QPlaceUserPrivate) in QPlaceUser()
H A Dqplaceuser_p.h56 class QPlaceUserPrivate : public QSharedData
59 QPlaceUserPrivate();
60 QPlaceUserPrivate(const QPlaceUserPrivate &other);
62 ~QPlaceUserPrivate();
64 bool operator==(const QPlaceUserPrivate &other) const;
H A Dqplaceuser.h46 class QPlaceUserPrivate; variable
69 QSharedDataPointer<QPlaceUserPrivate> d;