28 QML_NAMED_ELEMENT(ContactDetails)
29 QML_ADDED_IN_VERSION(5, 0)
30 QML_UNCREATABLE(
"ContactDetails instances cannot be instantiated. "
31 "Only Place types have ContactDetails and they cannot "
32 "be re-assigned (but can be modified).")
35 explicit QDeclarativeContactDetails(QObject *parent =
nullptr);
36 QVariant updateValue(
const QString &key,
const QVariant &input) override;