kwin/libkwineffects
Albert Astals Cid e144748c7a Add some const &
Summary:
Won't make things go much faster since everything that was
being passed by value is refcounted but still const & is a bit faster
than refcounting

For shared pointers instead of adding const & we move them into the
destination variable saving some cpu usage but at the same time making
clear the pointer is being stored by not being const &

Reviewers: zzag

Reviewed By: zzag

Subscribers: zzag, kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D25022
2019-10-30 19:23:01 +01:00
..
anidata.cpp Add some const & 2019-10-30 19:23:01 +01:00
anidata_p.h Add some const & 2019-10-30 19:23:01 +01:00
CMakeLists.txt
kwinanimationeffect.cpp Add some const & 2019-10-30 19:23:01 +01:00
kwinanimationeffect.h Add some const & 2019-10-30 19:23:01 +01:00
kwinconfig.h.cmake
kwineffectquickview.cpp
kwineffectquickview.h
kwineffects.cpp Add some const & 2019-10-30 19:23:01 +01:00
kwineffects.h Add some const & 2019-10-30 19:23:01 +01:00
kwinglobals.h
kwinglplatform.cpp Add some const & 2019-10-30 19:23:01 +01:00
kwinglplatform.h
kwingltexture.cpp Add some const & 2019-10-30 19:23:01 +01:00
kwingltexture.h Add some const & 2019-10-30 19:23:01 +01:00
kwingltexture_p.h
kwinglutils.cpp Add some const & 2019-10-30 19:23:01 +01:00
kwinglutils.h Add some const & 2019-10-30 19:23:01 +01:00
kwinglutils_funcs.cpp Add some const & 2019-10-30 19:23:01 +01:00
kwinglutils_funcs.h Add some const & 2019-10-30 19:23:01 +01:00
kwinxrenderutils.cpp
kwinxrenderutils.h
logging.cpp
logging_p.h
Mainpage.dox
Messages.sh