diff 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
line wrap: on
line diff
--- a/ui/certificate.cpp	Mon Sep 15 12:50:26 2014 +0200
+++ b/ui/certificate.cpp	Mon Sep 15 13:55:47 2014 +0200
@@ -88,7 +88,8 @@
 
 Certificate::Certificate(const QByteArray& derData) :
     mValid(false),
-    mEditable(false)
+    mEditable(false),
+    mActive(true)
 {
     if (derData.isEmpty()) {
         return;

http://wald.intevation.org/projects/trustbridge/