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? _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest
- [Interest] Using QSslSocket as QTcpSocket Chaser