qt5base-lts/tests/auto/network/ssl/qsslsocket
Marc Mutz 2f108fafe9 tst_QSslSocket: clean up
- port Q_FOREACH to C++11 range-for
- port use of inefficient QLists to QVector
- port from QSharedPointer to auto variables except where the
  payload is returned from a function (there ported to
  QSharedPointer::create())

Fixes errors pointed out by my tree's static checks.

In sslErrors(), fixed an unwanted double-detach problem by
adding a strategic qAsConst().

Change-Id: I8148e23b73337f6f1a721e009f2974536d8447cc
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@theqtcompany.com>
2016-08-19 19:03:54 +00:00
..
certs ssl: add test for server-side QSslSocket::PeerVerifyMode 2015-02-07 06:51:05 +00:00
.gitignore Moved network autotests into new directory structure 2011-09-09 09:32:17 +02:00
BLACKLIST tst_qsslsocket::protocolServerSide - blacklist on RHEL 7.2 2016-05-26 10:47:42 +00:00
qsslsocket.pro Use qtConfig throughout in qtbase 2016-08-19 04:28:05 +00:00
ssl.tar.gz Moved network autotests into new directory structure 2011-09-09 09:32:17 +02:00
tst_qsslsocket.cpp tst_QSslSocket: clean up 2016-08-19 19:03:54 +00:00