Mercurial > trustbridge
comparison ui/certificatelist.h @ 18:f4f957c58e0a
Move listuitol and add cert pinning with a test certificate
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 19 Feb 2014 15:41:14 +0000 |
parents | fe39d93f1261 |
children | dc1e1e9e62ce |
comparison
equal
deleted
inserted
replaced
17:c12825a651ed | 18:f4f957c58e0a |
---|---|
16 | 16 |
17 #include <QString> | 17 #include <QString> |
18 #include <QDateTime> | 18 #include <QDateTime> |
19 #include <QObject> | 19 #include <QObject> |
20 | 20 |
21 #include "listutil.h" | 21 #include "../cinst/listutil.h" |
22 | 22 |
23 class CertificateList : public QObject | 23 class CertificateList : public QObject |
24 { | 24 { |
25 Q_OBJECT | 25 Q_OBJECT |
26 | 26 |