Home
last modified time | relevance | path

Searched refs:clientEncryptionStarted (Results 1 – 1 of 1) sorted by relevance

/dports/net-im/chatterino2/chatterino2-2.3.4/lib/libcommuni/tests/auto/ircconnection/
H A Dtst_ircconnection.cpp526 SslSocket(QObject* parent) : QSslSocket(parent), clientEncryptionStarted(false) { } in SslSocket()
527 bool clientEncryptionStarted; member in SslSocket
532 clientEncryptionStarted = true; in startClientEncryption()
548 QVERIFY(socket->clientEncryptionStarted); in testSsl()