https://bugs.kde.org/show_bug.cgi?id=431155
--- Comment #2 from Arjen Hiemstra <ahiems...@heimr.nl> --- Git commit 7c46d893a14e04a17cae446dd1b71643c76a72bf by Arjen Hiemstra. Committed on 12/02/2021 at 10:28. Pushed by ahiemstra into branch 'Plasma/5.21'. Don't emit dataChanged for invalid indices getQModelIndex can return an invalid index. If that happens, we emit dataChanged for an invalid index, which is incorrect and may cause errors in other models. (cherry picked from commit 9807db5c976a9068b52d1284a1788d5aaaf9d03a) M +3 -1 processcore/process_data_model.cpp https://invent.kde.org/plasma/libksysguard/commit/7c46d893a14e04a17cae446dd1b71643c76a72bf -- You are receiving this mail because: You are watching all bug changes.