kwin/kcmkwin/kwinrules
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
..
CMakeLists.txt Undo some recent cmake changes 2019-09-18 13:50:52 +03:00
detectwidget.cpp Add a method to dbus interface to query information about a window 2018-02-25 14:12:04 +01:00
detectwidget.h Add a method to dbus interface to query information about a window 2018-02-25 14:12:04 +01:00
detectwidget.ui [kwinrules] workaround for assert in QFormLayout 2013-09-30 09:55:13 +02:00
editshortcut.ui Use resolve_kuit.py to clean i18n* 2014-08-21 13:17:37 +02:00
kcm.cpp Remove deprecated method 2019-03-01 08:15:31 +01:00
kcm.h Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
kwinrules.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2019-10-18 05:38:34 +02:00
kwinsrc.cpp Port window specific rules dialog to DBus 2018-12-31 07:58:12 +01:00
main.cpp Enable HiDPI rendering for rules dialog and killer dialog. 2019-09-16 15:06:35 +03:00
Messages.sh Fix extraction of two messages in kcmkwinrules 2015-04-09 22:47:37 +03:00
ruleslist.cpp Delete unused includes 2019-09-06 16:07:55 +03:00
ruleslist.h Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
ruleslist.ui [kwin/kcms] Another round of kdialog removals 2014-03-18 09:11:07 +01:00
ruleswidget.cpp Add some const & 2019-10-30 19:23:01 +01:00
ruleswidget.h Add some const & 2019-10-30 19:23:01 +01:00
ruleswidgetbase.ui Improve comprehensibility and consistency of window placement mode names 2019-09-19 10:34:39 -06:00
yesnobox.h Remove KDE/ prefix in include directories 2014-03-17 16:24:10 +01:00