Skip to content

autotests: fix assert in QList::insert() out of bounds

David Faure requested to merge work/dfaure/fix_assert_qt_5_15 into master

The -DQT_DISABLE_DEPRECATED_BEFORE=0x050f00 bump also changes QList's behaviour, it no longer accepts out of bounds inserts

Merge request reports