Revision 36d5569...
Go back to digest for 21st July 2013Optimization in KDE Base
Martin Gräßlin committed changes in [kde-workspace/KDE/4.11] /:
Use const_iterators for our Effect iterators
We never modify the list, so we don't need the mutuable iterator. This
ensures that the data doesn't get detached.
File Changes
Modified 2 files
- kwin/effects.cpp
- kwin/effects.h
2 files changed in total