[Poppler-bugs] [Bug 94378] Implement digital signature support (qt frontends)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Dec 5 21:07:30 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=94378

--- Comment #11 from Hanno Meyer-Thurow <h.mth at web.de> ---
(In reply to Albert Astals Cid from comment #10)
> +    private:
> +	SignatureStatus signature_status;
> +	CertificateStatus certificate_status;
> +
> +	QString signer_name;
> +	time_t signing_time;
> 
> This is still bad, you need to have just a d-pointer as private member in
> there and then that pointer containing the rest of members.

Whatever a d-pointer is. To simplify, SignatureValidationInfo class may just
receive the pointer to core SignatureInfo instance. Query and return the info
from core SignatureInfo.

Would that be okay?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/poppler-bugs/attachments/20161205/1a875d94/attachment-0001.html>


More information about the Poppler-bugs mailing list