D21396: Adapt to KCalCore::Person changes

David Jarvie noreply at phabricator.kde.org
Tue May 28 10:48:43 BST 2019


djarvie added inline comments.

INLINE COMMENTS

> kaevent.cpp:5822
>      bool quote = false;
> -    const Person::Ptr person = (*this)[index];
> -    const QString name = person->name();
> +    const Person person = (*this)[index];
> +    const QString name = person.name();

This should be changed to
`const Person &person = (*this)[index];`

REPOSITORY
  R79 KAlarm Calendar

BRANCH
  master

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

To: vkrause, mlaurent
Cc: djarvie, kde-pim, dvasin, rodsevich, winterz, vkrause, mlaurent, knauss, dvratil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-pim/attachments/20190528/f3eccd2f/attachment.html>


More information about the kde-pim mailing list