Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacesupplier.cpp42 QPlaceSupplierPrivate::QPlaceSupplierPrivate() : QSharedData() in QPlaceSupplierPrivate() function in QPlaceSupplierPrivate
46 QPlaceSupplierPrivate::QPlaceSupplierPrivate(const QPlaceSupplierPrivate &other) in QPlaceSupplierPrivate() function in QPlaceSupplierPrivate
55 QPlaceSupplierPrivate::~QPlaceSupplierPrivate() in ~QPlaceSupplierPrivate()
59 bool QPlaceSupplierPrivate::operator==(const QPlaceSupplierPrivate &other) const in operator ==()
69 bool QPlaceSupplierPrivate::isEmpty() const in isEmpty()
99 : d(new QPlaceSupplierPrivate) in QPlaceSupplier()
H A Dqplacesupplier_p.h59 class QPlaceSupplierPrivate : public QSharedData
62 QPlaceSupplierPrivate();
63 QPlaceSupplierPrivate(const QPlaceSupplierPrivate &other);
65 ~QPlaceSupplierPrivate();
67 bool operator==(const QPlaceSupplierPrivate &other) const;
H A Dqplacesupplier.h47 class QPlaceSupplierPrivate; variable
78 QSharedDataPointer<QPlaceSupplierPrivate> d;