Mercurial > trustbridge
view ui/certificate_linux.cpp @ 56:7b0efad494ea
build.sh: added hint that requirements must be installed before building.
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Tue, 18 Mar 2014 09:38:43 +0100 |
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