diff ui/certificatelist.h @ 21:dc1e1e9e62ce

Add certificate class and use it
author Andre Heinecke <aheinecke@intevation.de>
date Thu, 20 Feb 2014 10:58:28 +0000
parents f4f957c58e0a
children 92108a2120f1
line wrap: on
line diff
--- a/ui/certificatelist.h	Thu Feb 20 10:57:20 2014 +0000
+++ b/ui/certificatelist.h	Thu Feb 20 10:58:28 2014 +0000
@@ -19,6 +19,7 @@
 #include <QObject>
 
 #include "../cinst/listutil.h"
+#include "certificate.h"
 
 class CertificateList : public QObject
 {
@@ -32,8 +33,8 @@
 
 private:
     QString mFileName;
-    QList<QByteArray> mCertificatesInstall;
-    QList<QByteArray> mCertificatesRemove;
+    QList<Certificate> mCertificatesInstall;
+    QList<Certificate> mCertificatesRemove;
     list_status_t mStatus;
     QDateTime mDate;
 };

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