Searched refs:QPlaceIdReplyImpl (Results 1 – 3 of 3) sorted by relevance
41 QPlaceIdReplyImpl::QPlaceIdReplyImpl(QPlaceIdReply::OperationType type, QObject *parent) in QPlaceIdReplyImpl() function in QPlaceIdReplyImpl46 QPlaceIdReplyImpl::~QPlaceIdReplyImpl() in ~QPlaceIdReplyImpl()50 void QPlaceIdReplyImpl::setId(const QString &id) in setId()55 void QPlaceIdReplyImpl::setError(QPlaceReply::Error error_, const QString &errorString) in setError()
44 class QPlaceIdReplyImpl : public QPlaceIdReply49 QPlaceIdReplyImpl(QPlaceIdReply::OperationType type, QObject *parent = 0);50 ~QPlaceIdReplyImpl();
533 QPlaceIdReplyImpl *reply = new QPlaceIdReplyImpl(QPlaceIdReply::SavePlace, this); in savePlace()546 QPlaceIdReplyImpl *reply = new QPlaceIdReplyImpl(QPlaceIdReply::RemovePlace, this); in removePlace()561 QPlaceIdReplyImpl *reply = new QPlaceIdReplyImpl(QPlaceIdReply::SaveCategory, this); in saveCategory()574 QPlaceIdReplyImpl *reply = new QPlaceIdReplyImpl(QPlaceIdReply::RemoveCategory, this); in removeCategory()