qt5base-lts/examples/network/securesocketclient
Timur Pocheptsov 6c45b1817f SslSocketClient - fix example not to crash
Due to the bug related to the 'new syntax' signal/slot connections,
it's unfortunately possible to have a connection not deleted properly
by the moment children objects get deleted. Then, as a result,
in e.g. QSslSocket's destructor the socket will change its state,
triggering the (now deleted) UI elements' access.
Note - the original  bug was reported, the patch (only possible?) was
not accepted.

Fixes: QTBUG-83659
Change-Id: I2965532485bcd46f93f8449e4d0a30da92b572c5
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2020-04-22 13:03:45 +02:00
..
certificateinfo.cpp QtNetwork (examples) - update secure socket client example 2017-09-25 13:59:50 +00:00
certificateinfo.h QtNetwork (examples) - update secure socket client example 2017-09-25 13:59:50 +00:00
certificateinfo.ui QtNetwork (examples) - update secure socket client example 2017-09-25 13:59:50 +00:00
encrypted.png Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
main.cpp Cleanup network examples 2019-11-06 10:57:23 +01:00
securesocketclient.pro qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
securesocketclient.qrc Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
sslclient.cpp SslSocketClient - fix example not to crash 2020-04-22 13:03:45 +02:00
sslclient.h QtNetwork (examples) - update secure socket client example 2017-09-25 13:59:50 +00:00
sslclient.ui QtNetwork (examples) - update secure socket client example 2017-09-25 13:59:50 +00:00
sslerrors.ui Squashed commit of the changes from the mobile-examples repository 2011-05-23 14:24:07 +02:00