I create a new Read QSocketNotifier
(QSocketNotifier::Read
) and I install it on a QSslSocket
.
What is the QSslSocket
signal that is emitted when activated
signal is emitted from QSocketNotifier
?
Is there any difference between the activated
signal emitted by a QSocketNotifier
which is installed on a QSslSocket
and QIODevice::readyRead
signal emitted by a QSslSocket
?