Mercurial > trustbridge
view ui/certificate_linux.cpp @ 66:4f79cf993737
Tiny improvement: free resources first that you have aquired last. Added TODO for better error reporting.
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Tue, 18 Mar 2014 16:37:40 +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