Mercurial > trustbridge
comparison ui/certificate.cpp @ 1108:9bb9932bb819
Revert commit 1101 the inactive manual changes were a bad idea
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 15 Sep 2014 17:47:12 +0200 |
parents | 2b3526ef2d69 |
children | 2a1206932f53 |
comparison
equal
deleted
inserted
replaced
1107:51d3b361f17a | 1108:9bb9932bb819 |
---|---|
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) | |
93 { | 92 { |
94 if (derData.isEmpty()) { | 93 if (derData.isEmpty()) { |
95 return; | 94 return; |
96 } | 95 } |
97 | 96 |