aboutsummaryrefslogtreecommitdiff
path: root/src/core/kconfig.h
diff options
context:
space:
mode:
authorThomas Braxton <kde.braxton@gmail.com>2014-06-11 08:40:44 -0500
committerThomas Braxton <kde.braxton@gmail.com>2014-06-12 17:14:16 -0500
commitac6703215ba5e152379173ba503f5ba3bd7e8a85 (patch)
treed3072f5a03ec66569d4e2f6770fbaa06090cd98f /src/core/kconfig.h
parent0ed55dfa5d25bdcbef24f1b06be34467b620ae99 (diff)
downloadkconfig-ac6703215ba5e152379173ba503f5ba3bd7e8a85.tar.gz
kconfig-ac6703215ba5e152379173ba503f5ba3bd7e8a85.tar.bz2
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
Diffstat (limited to 'src/core/kconfig.h')
-rw-r--r--src/core/kconfig.h2
1 files changed, 1 insertions, 1 deletions
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.