/************************************************************************
 * This file has been generated automatically from                      *
 *                                                                      *
 * src/gui/auth/qgsauthsslerrorsdialog.h                                *
 *                                                                      *
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 ************************************************************************/





class QgsAuthSslErrorsDialog : QDialog
{
%Docstring
Widget for reporting SSL errors and offering an option to store an SSL server exception into the authentication database
%End

%TypeHeaderCode
#include "qgsauthsslerrorsdialog.h"
%End
  public:

    QgsAuthSslErrorsDialog( QNetworkReply *reply,
                            const QList<QSslError> &sslErrors,
                            QWidget *parent /TransferThis/ = 0,
                            const QString &digest = QString(),
                            const QString &hostport = QString() );
%Docstring
Construct a dialog to handle SSL errors and saving SSL server certificate exceptions

:param reply: Network reply that hand error(s)
:param sslErrors: SSL errors that occurred
:param parent: Parent widget
:param digest: SHA digest of server certificate
:param hostport: Unique host:port to associate with the server certificate
%End

};

/************************************************************************
 * This file has been generated automatically from                      *
 *                                                                      *
 * src/gui/auth/qgsauthsslerrorsdialog.h                                *
 *                                                                      *
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 ************************************************************************/