https://bugs.kde.org/show_bug.cgi?id=346118
Lamarque V. Souza <lamar...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |http://commits.kde.org/plas | |ma-nm/ee14918070204deabcf48 | |a669edf97a427f1d0f2 Resolution|--- |FIXED Status|REOPENED |RESOLVED --- Comment #131 from Lamarque V. Souza <lamar...@kde.org> --- Git commit ee14918070204deabcf48a669edf97a427f1d0f2 by Lamarque V. Souza. Committed on 15/06/2016 at 18:08. Pushed by lvsouza into branch 'master'. 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/ M +9 -3 libs/models/networkmodel.cpp http://commits.kde.org/plasma-nm/ee14918070204deabcf48a669edf97a427f1d0f2 -- You are receiving this mail because: You are watching all bug changes.