view ui/certificate.cpp @ 46:d28e2624c1d5

Reset connection before the next request. This makes the downloader work for the first simple test.
author Andre Heinecke <aheinecke@intevation.de>
date Mon, 17 Mar 2014 10:51:47 +0000
parents dc1e1e9e62ce
children 2f5db8c70bc2
line wrap: on
line source
#include "certificate.h"
#include <QObject>

QString Certificate::shortDescription() {
    if (!isValid()) {
        return QObject::tr("Invalid Certificate");
    }
    return mShortDescription;
}

http://wald.intevation.org/projects/trustbridge/