Searched refs:QPlaceIdReplyUnsupported (Results 1 – 2 of 2) sorted by relevance
187 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()
157 class Q_LOCATION_PRIVATE_EXPORT QPlaceIdReplyUnsupported : public QPlaceIdReply162 QPlaceIdReplyUnsupported(const QString &message, QPlaceIdReply::OperationType type, in QPlaceIdReplyUnsupported() function