Home
last modified time | relevance | path

Searched refs:QPlaceReplyUnsupported (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dunsupportedreplies_p.h181 class Q_LOCATION_PRIVATE_EXPORT QPlaceReplyUnsupported : public QPlaceReply
186 QPlaceReplyUnsupported(const QString &message, QPlaceManagerEngine *parent) in QPlaceReplyUnsupported() function
H A Dqplacemanagerengine.cpp233 return new QPlaceReplyUnsupported(QStringLiteral("Categories are not supported."), this); in initializeCategories()