summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2022-05-21 08:34:06 -0700
committerThiago Macieira <thiago.macieira@intel.com>2022-05-23 14:53:18 -0700
commit34cb03da89188c8c6566681a2c2548731b007099 (patch)
treec2497f7ef54a8acd81b629a4ba2879aec0c8fbde /sync.profile
parent9c0c1be12204aefd4be9493c1dce498eeb35cc2a (diff)
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 <marc.mutz@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile1
1 files changed, 0 insertions, 1 deletions
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",