kwin/kcmkwin/kwindecoration
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
..
declarative-plugin Use nullptr everywhere 2019-09-19 17:48:21 +03:00
package [kcmkwin/kwindecoration] Slightly improve tab bar's integration with frame 2019-08-01 16:44:28 -06:00
CMakeLists.txt Cleanup style in CMakeLists.txt files 2019-09-17 16:03:05 +03:00
Messages.sh Merge branch 'Plasma/5.15' 2019-02-12 08:56:17 +01:00
decorationmodel.cpp [decorations] Let KDecoration plugins recommend a border size per default 2019-06-06 22:24:45 +02:00
decorationmodel.h Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
kcm.cpp [decorations] Let KDecoration plugins recommend a border size per default 2019-06-06 22:24:45 +02:00
kcm.h [decorations] Let KDecoration plugins recommend a border size per default 2019-06-06 22:24:45 +02:00
kwindecoration.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2019-07-18 05:28:09 +02:00
utils.cpp [kcmkwin/kwindecoration] Rewrite the KWin decorations settings as a ConfigModule 2019-02-10 13:01:04 +01:00
utils.h [kcmkwin/kwindecoration] Rewrite the KWin decorations settings as a ConfigModule 2019-02-10 13:01:04 +01:00
window-decorations.knsrc [kcmkwin/kwindecoration] Fix Get Hot New Stuff 2019-02-12 16:21:11 +01:00