From ac6703215ba5e152379173ba503f5ba3bd7e8a85 Mon Sep 17 00:00:00 2001 From: Thomas Braxton Date: Wed, 11 Jun 2014 08:40:44 -0500 Subject: Simple Cleanups - use Q_NULLPTR instead of 0 or NULL - simplify some foreach loops - use QStringLiteral in a few places - added a few consts REVIEW: 118666 --- 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 d27eebe7..d7d4b7df 100644 --- a/src/core/kconfig.h +++ b/src/core/kconfig.h @@ -210,7 +210,7 @@ public: * * @return @p config if it was set, otherwise a new KConfig object */ - KConfig *copyTo(const QString &file, KConfig *config = 0) const; + KConfig *copyTo(const QString &file, KConfig *config = Q_NULLPTR) const; /** * Ensures that the configuration file contains a certain update. -- cgit v1.2.1