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