132 QPlaceIdReplyUnsupported(
const QString &message, QPlaceIdReply::OperationType type,
133 QPlaceManagerEngine *parent)
134 : QPlaceIdReply(type, parent)
136 setError(QPlaceReply::UnsupportedError, message);
138 QMetaObject::invokeMethod(
this,
"errorOccurred", Qt::QueuedConnection,
139 Q_ARG(QPlaceReply::Error, error()),
140 Q_ARG(QString, errorString()));
141 QMetaObject::invokeMethod(parent,
"errorOccurred", Qt::QueuedConnection,
142 Q_ARG(QPlaceReply *,
this),
143 Q_ARG(QPlaceReply::Error, error()),
144 Q_ARG(QString, errorString()));
145 QMetaObject::invokeMethod(
this,
"finished", Qt::QueuedConnection);
146 QMetaObject::invokeMethod(parent,
"finished", Qt::QueuedConnection,
147 Q_ARG(QPlaceReply *,
this));