Skip to content

Fix crash in ContactEditorBackend on Qt6

Tobias Fella requested to merge work/tobias/contacts-crash-qt6 into master

This seems to rely on the mode property being set before the item property - which probably works fine in Qt5, but crashes in Qt6.

As far as I can tell, loading the item while in CreateMode is not problematic (though it doesn't make sense), so removing the assert should be fine.

Merge request reports