From 11621647d01402c4e2e75fd2b9ecb8440328195a Mon Sep 17 00:00:00 2001 From: John Bowler Date: Thu, 2 Nov 2023 23:13:44 -0700 Subject: [PATCH] generator: fix iterator issues with Qt5.14 headers (#142) const_iterators and other iterators became visible to the generator with changes in Qt5.14. This removes the corresponding iterators from the affected classes. --- generator/typesystem_core.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/generator/typesystem_core.xml b/generator/typesystem_core.xml index 3a076fb79..360401bbb 100644 --- a/generator/typesystem_core.xml +++ b/generator/typesystem_core.xml @@ -555,6 +555,24 @@ + + + + + + + + + + + + + + + + + + @@ -589,14 +607,20 @@ + + + + + +