From 2034e3ce7593f04d251b634bfe2d71b30f15ea3a Mon Sep 17 00:00:00 2001 From: Kevin Funk Date: Mon, 16 Jan 2017 18:17:34 +0100 Subject: Prefer nullptr over Q_NULLPTR --- src/core/kconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/kconfig.h') 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. -- cgit v1.2.1