kwin/kcmkwin/kwincompositing
Vlad Zahorodnii 62a7db7028 Use nullptr everywhere
Summary:
Because KWin is a very old project, we use three kinds of null pointer
literals: 0, NULL, and nullptr. Since C++11, it's recommended to use
nullptr keyword.

This change converts all usages of 0 and NULL literal to nullptr. Even
though it breaks git history, we need to do it in order to have consistent
code as well to ease code reviews (it's very tempting for some people to
add unrelated changes to their patches, e.g. converting NULL to nullptr).

Test Plan: Compiles.

Reviewers: #kwin, davidedmundson, romangg

Reviewed By: #kwin, davidedmundson, romangg

Subscribers: romangg, kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D23618
2019-09-19 17:48:21 +03:00
..
CMakeLists.txt Undo some recent cmake changes 2019-09-18 13:50:52 +03:00
Messages.sh There's no qml folder here anymore 2019-03-19 22:04:39 +01:00
compositing.cpp Port away from deprecated qSort function 2019-07-10 00:00:29 +03:00
compositing.h Use nullptr everywhere 2019-09-19 17:48:21 +03:00
compositing.ui Drop OpenGL based color correction from KWin 2016-11-22 07:16:51 +01:00
kwincompositing.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2019-08-07 05:12:10 +02:00
main.cpp Use nullptr everywhere 2019-09-19 17:48:21 +03:00