Mercurial > trustbridge
comparison ui/certificate.h @ 546:da00099aef5d
Certificate: Removing superfluous comments for isEditable and setEditable.
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Fri, 16 May 2014 09:53:01 +0200 |
parents | d59745a8a9bf |
children | 2b3526ef2d69 |
comparison
equal
deleted
inserted
replaced
545:d59745a8a9bf | 546:da00099aef5d |
---|---|
88 * | 88 * |
89 * Set the base 64 line prefix to "I:" or "R:". | 89 * Set the base 64 line prefix to "I:" or "R:". |
90 **/ | 90 **/ |
91 void setInstallCert(bool install); | 91 void setInstallCert(bool install); |
92 | 92 |
93 /** @brief Check if this certificate is editable. */ | |
94 bool isEditable() const {return mEditable;} | 93 bool isEditable() const {return mEditable;} |
95 | 94 |
96 /** @brief Set the edit state for this certificate. */ | |
97 void setEditable(bool edit) {mEditable = edit;} | 95 void setEditable(bool edit) {mEditable = edit;} |
98 | 96 |
99 /** @brief get the subject OU from the certificate */ | 97 /** @brief get the subject OU from the certificate */ |
100 QString subjectOU() const {return mSubjectOU;} | 98 QString subjectOU() const {return mSubjectOU;} |
101 | 99 |