Hi all! Can a QSslSocket to work as QTcpSocket at unencrypted connenctions? I don't want inherit from QTcpSocket for unencrypted connenctions and from QSslSocket for encrypted connenctions, and have two classes with duplicated code, so is it possible to use QSslSocket for both cases? And what about overhead and perfomance?