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/gui/kconfigloader.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/kconfigloader.h') diff --git a/src/gui/kconfigloader.h b/src/gui/kconfigloader.h index 341bdc4f..ffbd8e9b 100644 --- a/src/gui/kconfigloader.h +++ b/src/gui/kconfigloader.h @@ -109,7 +109,7 @@ public: * @param xml the xml data; must be valid KConfigXT data * @param parent optional QObject parent **/ - KConfigLoader(const QString &configFile, QIODevice *xml, QObject *parent = Q_NULLPTR); + KConfigLoader(const QString &configFile, QIODevice *xml, QObject *parent = nullptr); /** * Creates a KConfigSkeleton populated using the definition found in @@ -119,7 +119,7 @@ public: * @param xml the xml data; must be valid KConfigXT data * @param parent optional QObject parent **/ - KConfigLoader(KSharedConfigPtr config, QIODevice *xml, QObject *parent = Q_NULLPTR); + KConfigLoader(KSharedConfigPtr config, QIODevice *xml, QObject *parent = nullptr); /** * Creates a KConfigSkeleton populated using the definition found in @@ -129,7 +129,7 @@ public: * @param xml the xml data; must be valid KConfigXT data * @param parent optional QObject parent **/ - KConfigLoader(const KConfigGroup &config, QIODevice *xml, QObject *parent = Q_NULLPTR); + KConfigLoader(const KConfigGroup &config, QIODevice *xml, QObject *parent = nullptr); ~KConfigLoader(); -- cgit v1.2.1