From 34cb03da89188c8c6566681a2c2548731b007099 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Sat, 21 May 2022 08:34:06 -0700 Subject: QVector: make sure the forwarding headers for the Java iterators exist They used to in Qt 5. And now they do again: $ grep . include/QtCore/Q*Vector* include/QtCore/QMutableVectorIterator:#include "qvector.h" include/QtCore/QVector:#include "qvector.h" include/QtCore/QVectorIterator:#include "qvector.h" Pick-to: 6.2 6.3 Fixes: QTBUG-103742 Change-Id: I77c8221eb2824c369feffffd16f128a983f4866c Reviewed-by: Marc Mutz --- sync.profile | 1 - 1 file changed, 1 deletion(-) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index 70f652ecf4..a5a946e553 100644 --- a/sync.profile +++ b/sync.profile @@ -45,7 +45,6 @@ "qconfig.h" => "QtConfig", "qplugin.h" => "QtPlugin", "qalgorithms.h" => "QtAlgorithms", - "qvector.h" => "QVector", "qcontainerfwd.h" => "QtContainerFwd", "qdebug.h" => "QtDebug", "qevent.h" => "QtEvents", -- cgit v1.2.3