diff options
Diffstat (limited to 'autotests/kconfig_compiler/kconfigcompiler_test.cpp')
| -rw-r--r-- | autotests/kconfig_compiler/kconfigcompiler_test.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/autotests/kconfig_compiler/kconfigcompiler_test.cpp b/autotests/kconfig_compiler/kconfigcompiler_test.cpp index 40173ee7..cfe86e05 100644 --- a/autotests/kconfig_compiler/kconfigcompiler_test.cpp +++ b/autotests/kconfig_compiler/kconfigcompiler_test.cpp @@ -45,7 +45,7 @@ static CompilerTestSet testCases = {      "test12.h", "test12.cpp",      "test_dpointer.cpp", "test_dpointer.h",      "test_signal.cpp", "test_signal.h", -    NULL +    Q_NULLPTR  };  static CompilerTestSet testCasesToRun = { @@ -64,7 +64,7 @@ static CompilerTestSet testCasesToRun = {      "test12",      "test_dpointer",      "test_signal", -    0 +    Q_NULLPTR  };  #if 0 | 
