libkleo
exception.h
Go to the documentation of this file.
66 QString message() const { return QString::fromLocal8Bit( GpgME::Exception::message().c_str() ); }
Exception(gpg_error_t e, const char *msg, Options opt=NoOptions)
Definition: exception.h:49
Exception(const GpgME::Error &e, const QString &msg)
Definition: exception.h:58
Exception(gpg_error_t e, const QString &msg, Options opt=NoOptions)
Definition: exception.h:51
QString fromLocal8Bit(const char *str, int size)
Exception(const GpgME::Error &e, const std::string &msg)
Definition: exception.h:54
Definition: exception.h:45
Exception(const GpgME::Error &e, const char *msg)
Definition: exception.h:56
Exception(gpg_error_t e, const std::string &msg, Options opt=NoOptions)
Definition: exception.h:47
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.