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

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Dec 5 18:47:32 UTC 2016


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

--- Comment #10 from Albert Astals Cid <aacid at kde.org> ---
+    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.

I'd prefer if it didn't return a pointer you have to delete but just an object,
people will make less leaks that way.

-- 
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/d8b39613/attachment.html>


More information about the Poppler-bugs mailing list