Mercurial > trustbridge
view ui/sslhelp.h @ 461:1ce835c40eb7
Ask the user if software updates should be installed.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Wed, 23 Apr 2014 16:37:17 +0200 |
parents | f8b480b08532 |
children | 2e100d3e414a |
line wrap: on
line source
/* Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik * Software engineering by Intevation GmbH * * This file is Free Software under the GNU GPL (v>=2) * and comes with ABSOLUTELY NO WARRANTY! * See LICENSE.txt for details. */ /** * @file sslhelp.h * @brief Helper functions to combine Qt with Polarssl */ #include <polarssl/error.h> #include <QString> /** @brief get a human readable error message for a polarssl return code * * @param [in] ret A polarssl error code * @returns A QString representation of that error */ QString getPolarSSLErrorMsg(int ret);