Skip to content
Commit c93cecfc authored by Aleix Pol Gonzalez's avatar Aleix Pol Gonzalez 🐧 Committed by Friedrich W. H. Kossebau
Browse files

Adapt to invalid begin iterator of QList/6 vs. QVector/5 on erase at begin

Implementation of QList (replacing QVector via a typedef) in Qt6 when
erasing at the begin of the list instead of memmoving data around just
moves the internal pointer to the begin around.
This breaks the assumption of the code written for QVector, caching the
iterator to the start.

Instead always fetch the begin iterator on demand.
parent 6ea8a11e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment