Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qtlsbackend.cpp File Reference

(1493a6e8841dcfb8354f841585ac08ed35e9363b)

#include "qtlsbackend_p.h"
#include "qssl_p.h"
#include <QtCore/private/qfactoryloader_p.h>
#include "QtCore/qapplicationstatic.h"
#include <QtCore/qbytearray.h>
#include <QtCore/qmutex.h>
#include <algorithm>
#include <vector>
#include "moc_qtlsbackend_p.cpp"
Include dependency graph for qtlsbackend.cpp:

Go to the source code of this file.

Namespaces

namespace  QTlsPrivate
 Namespace containing onternal types that TLS backends implement.

Macros

#define REPORT_MISSING_SUPPORT(message)

Functions

 Q_APPLICATION_STATIC (QFactoryLoader, qtlsbLoader, QTlsBackend_iid, QStringLiteral("/tls")) namespace
 Q_GLOBAL_STATIC (BackendCollection, backends)

Macro Definition Documentation

◆ REPORT_MISSING_SUPPORT

#define REPORT_MISSING_SUPPORT ( message)
Value:
qCWarning(lcSsl) << "The backend" << backendName() << message
static QString backendName()
#define qCWarning(category,...)
GLuint GLsizei const GLchar * message

Definition at line 272 of file qtlsbackend.cpp.

Function Documentation

◆ Q_APPLICATION_STATIC()

Q_APPLICATION_STATIC ( QFactoryLoader ,
qtlsbLoader ,
QTlsBackend_iid ,
QStringLiteral("/tls")  )

Definition at line 31 of file qtlsbackend.cpp.

◆ Q_GLOBAL_STATIC()

Q_GLOBAL_STATIC ( BackendCollection ,
backends  )