13 #ifndef MAGICSMOKE_SSLEXCEPTION_H
14 #define MAGICSMOKE_SSLEXCEPTION_H
20 #include <QSslCertificate>
26 #ifndef MSIFACE_EXPORT
27 #define MSIFACE_EXPORT Q_DECL_IMPORT
40 bool checksslexcept(
const QList<QSslError>&);
55 void acceptRecorded();
58 QList<QPair<QSslCertificate,int> > sslexcept,sslrecord;
QList< QPair< QSslCertificate, int > > nonFatalExceptions() const
returns the current list of acceptable exceptions
Definition: sslexception.h:43
Helper class: stores and compares SSL-Exceptions.
Definition: sslexception.h:31
QList< QPair< QSslCertificate, int > > collectedExceptions() const
returns the list of collected exceptions
Definition: sslexception.h:46
void clearRecorded()
clears the list of recorded exceptions
Definition: sslexception.h:52
#define MSIFACE_EXPORT
Definition: sslexception.h:27