Mercurial > trustbridge
view ui/certificate_linux.cpp @ 76:63b79d135631
Remove QTextStream usage. The QTextStream usage in this way
caused a segmentation fault on Windows
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 19 Mar 2014 16:33:25 +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