<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Implement digital signature support (qt frontends)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94378#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Implement digital signature support (qt frontends)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94378">bug 94378</a>
              from <span class="vcard"><a class="email" href="mailto:h.mth@web.de" title="Hanno Meyer-Thurow <h.mth@web.de>"> <span class="fn">Hanno Meyer-Thurow</span></a>
</span></b>
        <pre>(In reply to Albert Astals Cid from <a href="show_bug.cgi?id=94378#c10">comment #10</a>)
<span class="quote">> +    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.</span >

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?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>