Revision d1023c3...
Go back to digest for 11th September 2011Optimization in Development Tools
Milian Wolff committed changes in [kdevplatform] project/projectmodel.cpp:
optimize: cache iconName for ProjectFileItem
only needs to be updated when the url changes
apparently repaints in the project view (i.e. collapsing items and such)
always lead to calls of the not-very-fast KMimeType::findByUrl which is now
fixed by this cache
File Changes
Modified 1 files
- project/projectmodel.cpp
1 files changed in total