Skip to content

BUG: Fix endRemoveRows warning

In qtEntityItemModel, when trying to clear all items we should set the parent to the root node(by providing an invalid index) rather than the first item(0,0).

Merge request reports