Skip to content
Commit b31096f4 authored by Ilya Pominov's avatar Ilya Pominov Committed by Albert Astals Cid
Browse files

MetaItemModel: replace QList with std::list

Passing the address to item of QList by QModelIndex leads to a crash,
because in some cases QList can make a deep copy.
https://doc.qt.io/qt-6/qlist.html#operator-5b-5d
For metaitemmodeltest not reproduced on Qt5 but stable reproduced on
Qt6.
parent a69cd54d
Pipeline #369304 passed with stage
in 8 minutes and 4 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment