https://bugs.kde.org/show_bug.cgi?id=396175
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/kac | |tivities-stats/3d81d0b314f5 | |56f9a45283751922997b4c829a0 | |2 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #4 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit 3d81d0b314f556f9a45283751922997b4c829a02 by David Edmundson. Committed on 04/07/2018 at 23:48. Pushed by davidedmundson into branch 'master'. Fix off by one error in Cache::clear Summary: beginRemoveRows args are int first, int last i.e If you have 1 entry you should be calling beginRemoveRows(0, 0); Test Plan: Code review of a common mistake Other usages in the same code were fine Subscribers: kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D13895 M +1 -1 src/resultmodel.cpp https://commits.kde.org/kactivities-stats/3d81d0b314f556f9a45283751922997b4c829a02 -- You are receiving this mail because: You are watching all bug changes.