view ui/certificate_linux.cpp @ 73:5c616934cbe4

Also check that the system tray supports messages
author Andre Heinecke <aheinecke@intevation.de>
date Wed, 19 Mar 2014 15:35:31 +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/