Home
last modified time | relevance | path

Searched refs:QPlaceCategoriesReplyHere (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Dqplacecategoriesreplyhere.cpp41 QPlaceCategoriesReplyHere::QPlaceCategoriesReplyHere(QObject *parent) in QPlaceCategoriesReplyHere() function in QPlaceCategoriesReplyHere
46 QPlaceCategoriesReplyHere::~QPlaceCategoriesReplyHere() in ~QPlaceCategoriesReplyHere()
50 void QPlaceCategoriesReplyHere::emitFinished() in emitFinished()
56 void QPlaceCategoriesReplyHere::setError(QPlaceReply::Error error_, const QString &errorString) in setError()
H A Dqplacecategoriesreplyhere.h44 class QPlaceCategoriesReplyHere : public QPlaceReply
49 explicit QPlaceCategoriesReplyHere(QObject *parent = 0);
50 ~QPlaceCategoriesReplyHere();
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqplacemanagerengine_nokiav2.h50 class QPlaceCategoriesReplyHere; variable
122 QPointer<QPlaceCategoriesReplyHere> m_categoryReply;
H A Dqplacemanagerengine_nokiav2.cpp646 QPlaceCategoriesReplyHere *reply = new QPlaceCategoriesReplyHere(this); in initializeCategories()