Mercurial > trustbridge
comparison ui/certificate.h @ 545:d59745a8a9bf
class Certificate: disable unused member variable mInstCert for now. (cppcheck-1.65 warning.)
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Thu, 15 May 2014 16:49:12 +0200 |
parents | 17e1c8f37d72 |
children | da00099aef5d |
comparison
equal
deleted
inserted
replaced
544:fa9bcad3fe65 | 545:d59745a8a9bf |
---|---|
141 private: | 141 private: |
142 /** @brief Helper function to parse the details of a certificate **/ | 142 /** @brief Helper function to parse the details of a certificate **/ |
143 void parseDetails(const QByteArray& cert); | 143 void parseDetails(const QByteArray& cert); |
144 | 144 |
145 bool mValid; | 145 bool mValid; |
146 bool mInstCert; | 146 /* bool mInstCert; */ |
147 bool mEditable; | 147 bool mEditable; |
148 | 148 |
149 QString mSubjectOU, | 149 QString mSubjectOU, |
150 mSubjectCN, | 150 mSubjectCN, |
151 mSubjectO, | 151 mSubjectO, |