From 03326a2fec416405b437089874f6439e937bbada Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Wed, 27 May 2020 09:58:12 +0200 Subject: Move implementation of QVector/List back to qlist.h And name the main class QList. That's also the one we document. This gives less porting pain for our users, and a lot less churn in our API, as we use QList in Qt 5 in 95% of our API. In addition, it gives more consistent naming with QStringList and QByteArrayList and disambiguates QList vs QVector(2|3|4)D. Fixes: QTBUG-84468 Change-Id: I3cba9d1d3179969d8bf9320b31be2230d021d1a9 Reviewed-by: Volker Hilsheimer --- src/network/access/qhsts_p.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/network/access/qhsts_p.h') diff --git a/src/network/access/qhsts_p.h b/src/network/access/qhsts_p.h index 8ebf7294dd..7253b2835e 100644 --- a/src/network/access/qhsts_p.h +++ b/src/network/access/qhsts_p.h @@ -61,13 +61,12 @@ #include #include #include +#include #include QT_BEGIN_NAMESPACE -template class QVector; - class Q_AUTOTEST_EXPORT QHstsCache { public: -- cgit v1.2.3