Hobrasoft httpd server
Embedded HTTP server for Qt and C++
Macros | Functions
httpsettings.cpp File Reference
#include "httpsettings.h"
#include <QSettings>

Go to the source code of this file.

Macros

#define SSLERROR(x)
 

Functions

int qHash (const QSslError error)
 

Detailed Description

Author
Petr Bravenec petr..nosp@m.brav.nosp@m.enec@.nosp@m.hobr.nosp@m.asoft.nosp@m..cz

Definition in file httpsettings.cpp.

Macro Definition Documentation

◆ SSLERROR

#define SSLERROR (   x)
Value:
{ if (settings->value( section + "/Ignore" + #x, \
settings->value(m_section2 + "/Ignore" + #x, false)).toBool()) { \
m_sslErrors << QSslError::x; \
} \
}