https://bugs.kde.org/show_bug.cgi?id=365610
Ivan Čukić <ivan.cu...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEEDSINFO Resolution|--- |WAITINGFORINFO --- Comment #1 from Ivan Čukić <ivan.cu...@kde.org> --- Do you have the output message of the assert? Since I have no idea how this is possible since the index (at least from what I can tell) can not be < 0, I've changed .begin()/.end() to .cbegin()/.cend() to avoid potential detachment of the QVector, though it should have not be shared anywhere. Can you update and retest? -- You are receiving this mail because: You are watching all bug changes.