diff options
author | Kevin Funk <kfunk@kde.org> | 2017-01-16 18:17:34 +0100 |
---|---|---|
committer | Kevin Funk <kfunk@kde.org> | 2017-01-16 18:17:34 +0100 |
commit | 2034e3ce7593f04d251b634bfe2d71b30f15ea3a (patch) | |
tree | 9f96f54eca16f8a552f09f130ac248c8e35557b7 /autotests/kconfig_compiler/kconfigcompiler_test.cpp | |
parent | f83b4b191d627b010192e0715536cb57c25519fb (diff) | |
download | kconfig-2034e3ce7593f04d251b634bfe2d71b30f15ea3a.tar.gz kconfig-2034e3ce7593f04d251b634bfe2d71b30f15ea3a.tar.bz2 |
Prefer nullptr over Q_NULLPTR
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 01efd602..74bb7288 100644 --- a/autotests/kconfig_compiler/kconfigcompiler_test.cpp +++ b/autotests/kconfig_compiler/kconfigcompiler_test.cpp @@ -51,7 +51,7 @@ static CompilerTestSet testCases = { "test_translation_kde.cpp", "test_translation_kde.h", "test_translation_kde_domain.cpp", "test_translation_kde_domain.h", "test_translation_qt.cpp", "test_translation_qt.h", - Q_NULLPTR + nullptr }; static CompilerTestSet testCasesToRun = { @@ -75,7 +75,7 @@ static CompilerTestSet testCasesToRun = { "test_translation_kde", "test_translation_kde_domain", "test_translation_qt", - Q_NULLPTR + nullptr }; #if 0 |