view ui/certificate_linux.cpp @ 59:3f6378647371

Start work on cinst. Strhelp new helpers to work with C String arrays and to have a terminating malloc / realloc
author Andre Heinecke <aheinecke@intevation.de>
date Tue, 18 Mar 2014 10:04:30 +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/