Skip to content

Draft: Check the return of QHash::value(key) before using it

Ahmad Samir requested to merge work/ahmad/itemsremoved-crash into master

If "key" doesn't exist in a QHash hash, then QHash::value(key) will return a default-contructed "value".

CCBUG: 428374

Edited by Ahmad Samir

Merge request reports