Revision 02c5d48...
Go back to digest for 7th October 2012Optimization in KDE Base
Vishesh Handa committed changes in [nepomuk-core] /storage:
ResourceMerger: Avoid storing the types for new resources
Remove the QHash<QUrl, QList<QUrl>> which was used to store the types of
the new resources. The types are already stored in the resHash along
with the other properties.
All we need is the list of new uris.
Also removed unused function resolveStatement.
File Changes
Modified 2 files
- /storage
- services/resourcemerger.cpp
- services/resourcemerger.h
2 files changed in total