From 217c0b00f531e0bc93dc75457dbc15df3adb8826 Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Tue, 18 Sep 2018 00:24:27 +0200 Subject: API dox: 0 -> nullptr --- src/gui/kconfigloader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gui/kconfigloader.h b/src/gui/kconfigloader.h index 33f7423a..3eb3879d 100644 --- a/src/gui/kconfigloader.h +++ b/src/gui/kconfigloader.h @@ -138,7 +138,7 @@ public: * * @param group the group in the config file to look in * @param key the configuration key to find - * @return the associated KConfigSkeletonItem, or 0 if none + * @return the associated KConfigSkeletonItem, or @c nullptr if none */ KConfigSkeletonItem *findItem(const QString &group, const QString &key) const; -- cgit v1.2.1