Mercurial > trustbridge
comparison ui/certificate.cpp @ 1101:2b3526ef2d69
(issue111) Keep manually changed certificates in the manually changed list.
This invents the new property "active certificate"
an inactive certificate is a certificate that is displayed but
has no impact on the store.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 15 Sep 2014 13:55:47 +0200 |
parents | 320a64d58e62 |
children | 9bb9932bb819 |
comparison
equal
deleted
inserted
replaced
1100:77afafd23a1b | 1101:2b3526ef2d69 |
---|---|
86 | 86 |
87 } | 87 } |
88 | 88 |
89 Certificate::Certificate(const QByteArray& derData) : | 89 Certificate::Certificate(const QByteArray& derData) : |
90 mValid(false), | 90 mValid(false), |
91 mEditable(false) | 91 mEditable(false), |
92 mActive(true) | |
92 { | 93 { |
93 if (derData.isEmpty()) { | 94 if (derData.isEmpty()) { |
94 return; | 95 return; |
95 } | 96 } |
96 | 97 |