kwin/kcmkwin/kwindecoration/declarative-plugin
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
..
buttonsmodel.cpp Update URLs to use https 2019-03-25 19:26:23 +01:00
buttonsmodel.h Use nullptr everywhere 2019-09-19 17:48:21 +03:00
CMakeLists.txt [decorations] Introduce logging category for decorations 2015-07-31 13:13:46 +02:00
plugin.cpp Port away from deprecated headers 2019-07-09 23:59:07 +03:00
plugin.h [kcmkwin/kwindecoration] Import a new decoration configuration module 2014-10-31 07:53:04 +01:00
previewbridge.cpp Fix -Wredundant-move 2019-07-10 00:31:28 +03:00
previewbridge.h Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
previewbutton.cpp [kcmkwin/kwindecoration] Rewrite the KWin decorations settings as a ConfigModule 2019-02-10 13:01:04 +01:00
previewbutton.h Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
previewclient.cpp [kcmkwin/kwindecoration] Rewrite the KWin decorations settings as a ConfigModule 2019-02-10 13:01:04 +01:00
previewclient.h Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
previewitem.cpp Use nullptr everywhere 2019-09-19 17:48:21 +03:00
previewitem.h Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
previewsettings.cpp Restore global menu support 2017-01-11 10:21:03 +01:00
previewsettings.h Use nullptr everywhere 2019-09-19 17:48:21 +03:00
qmldir [kcmkwin/kwindecoration] Import a new decoration configuration module 2014-10-31 07:53:04 +01:00