kwin/effects/zoom
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 Use SERVICE_TYPES parameter to kcoreaddons_desktop_to_json() 2015-12-09 23:42:45 +00:00
zoom.cpp Use nullptr everywhere 2019-09-19 17:48:21 +03:00
zoom.h Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
zoom.kcfg [effects] Use arg="true" in the kcfg files 2017-04-15 10:03:34 +02:00
zoom_config.cpp [effects] Port to new connect syntax 2019-01-26 01:22:06 +02:00
zoom_config.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2019-09-17 05:29:51 +02:00
zoom_config.h Use nullptr everywhere 2019-09-19 17:48:21 +03:00
zoom_config.ui Use KShortcutsEditor directly instead of subclass 2013-09-09 06:57:06 +02:00
zoomconfig.kcfgc Use KConfigXT in Zoom Effect 2012-09-14 10:39:28 +02:00