Mercurial > trustbridge
comparison ui/certificate.cpp @ 81:112228bd7e4b
Remove platform specific certificate immplementations.
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 19 Mar 2014 16:50:59 +0000 |
parents | 2f5db8c70bc2 |
children | 1f27d6db5ee3 |
comparison
equal
deleted
inserted
replaced
80:01286d0872ca | 81:112228bd7e4b |
---|---|
2 #include <QObject> | 2 #include <QObject> |
3 | 3 |
4 const QString& Certificate::shortDescription() const { | 4 const QString& Certificate::shortDescription() const { |
5 return mShortDescription; | 5 return mShortDescription; |
6 } | 6 } |
7 Certificate::Certificate(const QByteArray& asn1data) : | |
8 mValid(false), | |
9 mShortDescription(QObject::tr("Invalid Certificate")) | |
10 { | |
11 | |
12 } |