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