Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacemanagerengine.cpp187 return new QPlaceIdReplyUnsupported(QStringLiteral("Save place is not supported"), in savePlace()
198 return new QPlaceIdReplyUnsupported(QStringLiteral("Remove place is not supported"), in removePlace()
212 return new QPlaceIdReplyUnsupported(QStringLiteral("Save category is not supported"), in saveCategory()
224 return new QPlaceIdReplyUnsupported(QStringLiteral("Remove category is not supported"), in removeCategory()
H A Dunsupportedreplies_p.h157 class Q_LOCATION_PRIVATE_EXPORT QPlaceIdReplyUnsupported : public QPlaceIdReply
162 QPlaceIdReplyUnsupported(const QString &message, QPlaceIdReply::OperationType type, in QPlaceIdReplyUnsupported() function