qt5base-lts/tests/auto/network
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
..
access Refactor Http2::FrameReader/Http2::FrameWriter 2016-08-19 16:26:36 +00:00
bearer Updated license headers 2016-01-21 18:55:18 +00:00
kernel Use qtConfig throughout in qtbase 2016-08-19 04:28:05 +00:00
socket Use qtConfig throughout in qtbase 2016-08-19 04:28:05 +00:00
ssl tst_QSslSocket: clean up 2016-08-19 19:03:54 +00:00
network.pro Re-enable network tests on Mac OS. 2012-04-24 16:06:28 +02:00