https://bugs.kde.org/show_bug.cgi?id=346118

--- Comment #133 from Max <thesource...@gmail.com> ---
Perhaps it's not that you can't send multiple dataChanged signals without
returning to event loop, but dataChanged is not correct signal here.
dataChanged must be sent if only data of items is changed, but since order of
the items in the list is also changing, beginResetModel-endResetModel pair or
layoutAboutToBeChanged-layoutChanged are both correct solutions here.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to