Revision ffe1830...
Go back to digest for 27th January 2013Optimization in KDE Base
Vishesh Handa committed changes in [nepomuk-core/KDE/4.10] services/storage/query/folder.cpp:
QueryService: Do not emit unnecessary entriesRemoved signals
Remember to always add the result in Folder::addResult to the
m_newResults. Earlier it was only added when the result was actually
"new", this resulted it sending entryRemoved signals for all resources
in the old query result.
File Changes
Modified 1 files
- services/storage/query/folder.cpp
1 files changed in total