D22968: Make it possible to modify contacts

Jonah BrĂ¼chert noreply at phabricator.kde.org
Thu Aug 29 17:04:58 BST 2019


jbbgameich added inline comments.

INLINE COMMENTS

> peopleqmlplugin.cpp:64
>      qmlRegisterUncreatableType<ActionTypeWrapper>(uri, 1, 0, "ActionType", QStringLiteral("You cannot create ActionType"));
> +    qmlRegisterSingletonType<DeclarativeKPeopleManager>(uri, 1, 0, "Manager", [] (QQmlEngine*, QJSEngine*) -> QObject* { return new DeclarativeKPeopleManager; });
>  }

Not sure whether this should follow the Person(s) naming scheme as well..

REPOSITORY
  R307 KPeople

REVISION DETAIL
  https://phabricator.kde.org/D22968

To: apol, #frameworks, jbbgameich, bshah
Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190829/52112be5/attachment.html>


More information about the Kde-frameworks-devel mailing list