Mercurial > trustbridge
comparison ui/certificate.h @ 78:2f5db8c70bc2
Constify
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 19 Mar 2014 16:35:13 +0000 |
parents | dc1e1e9e62ce |
children | 1dd8e91972a8 |
comparison
equal
deleted
inserted
replaced
77:056ddb71a310 | 78:2f5db8c70bc2 |
---|---|
22 Certificate(const QByteArray& asn1data); | 22 Certificate(const QByteArray& asn1data); |
23 | 23 |
24 ~Certificate(); | 24 ~Certificate(); |
25 | 25 |
26 /** @brief check if this certificate could be parsed */ | 26 /** @brief check if this certificate could be parsed */ |
27 bool isValid() {return mValid;} | 27 bool isValid() const {return mValid;} |
28 | 28 |
29 /** @brief get a short description of the certificate | 29 /** @brief get a short description of the certificate |
30 * | 30 * |
31 * This description should be used as a short overview | 31 * This description should be used as a short overview |
32 * for this certificate | 32 * for this certificate |