From 1299a2330ae14a6a901f574ea01fc63715e1b87d Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Wed, 22 May 2019 15:57:45 +0200 Subject: Move QListSpecialMethods over to QVector Extend QVector with special methods for QByteArray and QString, just as QList had them in Qt 5. This also means that QStringList and QByteArrayList are now implemented through a QVector, not a QList anymore. QListIterator is now slightly source incompatible as QStringList is a QVector, but that will be fixed in a follow-up change when QList will start mapping to a QVector. Change-Id: I7cfb8a72d4d95b347bbd386892f244b7203b41c2 Reviewed-by: Simon Hausmann --- src/gui/painting/qcolor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui') diff --git a/src/gui/painting/qcolor.h b/src/gui/painting/qcolor.h index f0d7dd23ad..c3111f9e3b 100644 --- a/src/gui/painting/qcolor.h +++ b/src/gui/painting/qcolor.h @@ -46,6 +46,8 @@ #include #include +#include + QT_BEGIN_NAMESPACE -- cgit v1.2.3