view ui/certificate_linux.cpp @ 50:a7b8cb29f1f6

Rename random files to garbage to clarify what they contain
author Andre Heinecke <aheinecke@intevation.de>
date Mon, 17 Mar 2014 11:36:42 +0000
parents dc1e1e9e62ce
children
line wrap: on
line source
#include "certificate.h"
#ifdef Q_OS_LINUX
Certificate::Certificate(const QByteArray& asn1data) : mValid(false) {
}

Certificate::~Certificate() {
}
#endif

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