diff ui/certificate.h @ 265:ffd47b045d19

Added certificate status enum and register it as metatype.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 02 Apr 2014 09:24:57 +0200
parents 9f0865dc8b14
children 64e38886f903
line wrap: on
line diff
--- a/ui/certificate.h	Tue Apr 01 17:39:11 2014 +0200
+++ b/ui/certificate.h	Wed Apr 02 09:24:57 2014 +0200
@@ -19,6 +19,13 @@
 {
 public:
 
+    enum Status {
+        InstallNew = 1,
+        InstallOld,
+        RemoveNew,
+        RemoveOld
+    };
+
     /** @brief construct a certificate from a line of a certificate list.
      *
      * The first two characters of the string are expected to be

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