![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsslserver_p.h>
Public Member Functions | |
SocketData (QMetaObject::Connection readyRead, QMetaObject::Connection destroyed, std::shared_ptr< QTimer > &&timer) | |
void | disconnectSignals () |
Public Attributes | |
QMetaObject::Connection | readyReadConnection |
QMetaObject::Connection | destroyedConnection |
std::shared_ptr< QTimer > | timeoutTimer |
Definition at line 44 of file qsslserver_p.h.
|
inline |
Definition at line 49 of file qsslserver_p.h.
|
inline |
Definition at line 57 of file qsslserver_p.h.
QMetaObject::Connection QSslServerPrivate::SocketData::destroyedConnection |
Definition at line 46 of file qsslserver_p.h.
QMetaObject::Connection QSslServerPrivate::SocketData::readyReadConnection |
Definition at line 45 of file qsslserver_p.h.
std::shared_ptr<QTimer> QSslServerPrivate::SocketData::timeoutTimer |
Definition at line 47 of file qsslserver_p.h.