kwin/kcmkwin/kwintabbox
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
..
thumbnails [kcmkwin/tabbox] Update window thumbnails 2018-10-02 19:47:58 +03:00
CMakeLists.txt Undo some recent cmake changes 2019-09-18 13:50:52 +03:00
Messages.sh Extract messahes 2009-09-13 19:37:03 +00:00
kwinswitcher.knsrc SVN_SILENT made messages (.desktop file) - always resolve ours 2018-07-23 05:24:40 +02:00
kwintabbox.desktop [kcmkwin/kwintabbox] Use a more appropriate icon 2019-04-25 07:23:12 -06:00
layoutpreview.cpp Don't use deprecated QDesktopWidget 2019-07-10 22:50:41 +03:00
layoutpreview.h Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
main.cpp Don't use deprecated QDesktopWidget 2019-07-10 22:50:41 +03:00
main.h Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
main.ui Fix invalid tabstop 2019-09-14 10:55:26 +02:00
thumbnailitem.cpp Use nullptr everywhere 2019-09-19 17:48:21 +03:00
thumbnailitem.h Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00