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