kwin/kcmkwin/kwinrules
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
detectwidget.cpp Add a method to dbus interface to query information about a window 2018-02-25 14:12:04 +01:00
detectwidget.h Add a method to dbus interface to query information about a window 2018-02-25 14:12:04 +01:00
detectwidget.ui [kwinrules] workaround for assert in QFormLayout 2013-09-30 09:55:13 +02:00
editshortcut.ui Use resolve_kuit.py to clean i18n* 2014-08-21 13:17:37 +02:00
kcm.cpp Remove deprecated method 2019-03-01 08:15:31 +01:00
kcm.h Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
kwinrules.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2019-06-20 05:27:25 +02:00
kwinsrc.cpp Port window specific rules dialog to DBus 2018-12-31 07:58:12 +01:00
main.cpp Enable HiDPI rendering for rules dialog and killer dialog. 2019-09-16 15:06:35 +03:00
Messages.sh Fix extraction of two messages in kcmkwinrules 2015-04-09 22:47:37 +03:00
ruleslist.cpp Delete unused includes 2019-09-06 16:07:55 +03:00
ruleslist.h Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
ruleslist.ui [kwin/kcms] Another round of kdialog removals 2014-03-18 09:11:07 +01:00
ruleswidget.cpp Use nullptr everywhere 2019-09-19 17:48:21 +03:00
ruleswidget.h Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
ruleswidgetbase.ui [kcmkwin/rules] Fix line separators in the dialog 2019-01-30 15:56:28 +02:00
yesnobox.h Remove KDE/ prefix in include directories 2014-03-17 16:24:10 +01:00