Skip to content
Commit ee149180 authored by Lamarque Souza's avatar Lamarque Souza
Browse files

Reset the whole model instead of emitting dataChanged() for each item.

Emitting several dataChanged() in a row, without going back to Qt's event
loop in between seems to cause reentrancy problems in the QML delegates
connected to this model.

Upstream version of our bug #346118:
https://bugreports.qt.io/browse/QTBUG-53677

Tentative patch to fix the bug above:
https://codereview.qt-project.org/#/c/160884/

BUG: 346118
parent 276d0714
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment