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 /src/core/kconfig.h | |
parent | f83b4b191d627b010192e0715536cb57c25519fb (diff) | |
download | kconfig-2034e3ce7593f04d251b634bfe2d71b30f15ea3a.tar.gz kconfig-2034e3ce7593f04d251b634bfe2d71b30f15ea3a.tar.bz2 |
Prefer nullptr over Q_NULLPTR
Diffstat (limited to 'src/core/kconfig.h')
-rw-r--r-- | src/core/kconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/kconfig.h b/src/core/kconfig.h index 6cc73235..ab148b3e 100644 --- a/src/core/kconfig.h +++ b/src/core/kconfig.h @@ -216,7 +216,7 @@ public: * * @return @p config if it was set, otherwise a new KConfig object */ - KConfig *copyTo(const QString &file, KConfig *config = Q_NULLPTR) const; + KConfig *copyTo(const QString &file, KConfig *config = nullptr) const; /** * Ensures that the configuration file contains a certain update. |