diff options
| author | Matthias Rauter <matthias.rauter@qt.io> | 2025-01-03 18:31:48 +0100 |
|---|---|---|
| committer | Marc Mutz <marc.mutz@qt.io> | 2025-02-10 07:13:50 +0000 |
| commit | 8609982791928a30a6d836b25810143a064f8c6f (patch) | |
| tree | 7b6261f18c7d87c07cf6d002c337a79e0ede1022 /src/tools/uic/cpp/cppwriteinitialization.cpp | |
| parent | f1f610bc67bfd5c2ef31270a6945e7bae93b5e4a (diff) | |
Make QDomNodeList::It bidirectional only
The new (6.9) iterator for QDomNodeList was implemented as random access
iterator. The underlying structure of QDomNodeList is similar to a
linked list and therefore it is better suited for bidirectional
iterator.
This patch changes the iterator to a bidirectional iterator. Further the
tests are expanded because the new implementation uses more custom code.
Fixes: QTBUG-132527
Pick-to: 6.9
Change-Id: I796f445e0b883abc2aea613f1fed6f17c4d93dcd
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/tools/uic/cpp/cppwriteinitialization.cpp')
0 files changed, 0 insertions, 0 deletions
