D28449: [messagecomposer]: Implement protected headers for SignJob. T742

Laurent Montel noreply at phabricator.kde.org
Sat Apr 11 13:44:35 BST 2020


mlaurent requested changes to this revision.
mlaurent added inline comments.
This revision now requires changes to proceed.

INLINE COMMENTS

> signjob.cpp:178
> +        if (pjob) {
> +            Q_ASSERT(dynamic_cast<ContentJobBase *>(job));
> +            auto cjob = static_cast<ContentJobBase *>(job);

auto cjob = dynamic_cast<ContentJobBase *>(job);
Q_ASSERT(cjob);
pjob->setcontent(cjob->content());

> we use directly cjob.
=======================

REPOSITORY
  R94 PIM: Message Library

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

To: knauss, #kde_pim, mlaurent
Cc: mlaurent, kde-pim, fbampaloukas, dcaliste, dvasin, rodsevich, winterz, vkrause, knauss, dvratil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-pim/attachments/20200411/c9e08bc5/attachment-0001.html>


More information about the kde-pim mailing list