https://bugs.kde.org/show_bug.cgi?id=406586
--- Comment #9 from Kartik <kartikx2...@gmail.com> --- Thanks a lot for the suggestions, Maik. I never checked the libs/database folder, this really improved my understanding. Whenever we confirm/reject face suggestions, the database is written to by CoreDB::addImageTagProperty(). So adding a recordChangeSet() at the end of this function should notify the tag tree view that the count has changed? So, we may do: d->db->recordChangeset(TagChangeset(tagId, TagChangeset::PropertiesChanged)); Is this the correct approach? Thanks Kartik. -- You are receiving this mail because: You are watching all bug changes.