Codechange: NULL -> nullptr in settings files.

This commit is contained in:
peter1138
2019-04-11 12:24:02 +01:00
committed by PeterN
parent 0130f3be45
commit c0836bccef
8 changed files with 70 additions and 70 deletions

View File

@@ -28,8 +28,8 @@ interval = 0
str = STR_NULL
strhelp = STR_CONFIG_SETTING_NO_EXPLANATION_AVAILABLE_HELPTEXT
strval = STR_NULL
proc = NULL
load = NULL
proc = nullptr
load = nullptr
from = SL_MIN_VERSION
to = SL_MAX_VERSION
cat = SC_ADVANCED