50QPlaceManagerEngine::QPlaceManagerEngine(
const QVariantMap ¶meters,
52: QObject(parent), d_ptr(
new QPlaceManagerEnginePrivate)
54 qRegisterMetaType<QPlaceReply::Error>();
55 qRegisterMetaType<QPlaceReply *>();
184QPlaceIdReply *QPlaceManagerEngine::saveCategory(
const QPlaceCategory &category,
185 const QString &parentId)
190 return new QPlaceIdReplyUnsupported(QStringLiteral(
"Save category is not supported"),
191 QPlaceIdReply::SaveCategory,
this);