aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFriedrich W. H. Kossebau <kossebau@kde.org>2018-09-18 00:24:27 +0200
committerFriedrich W. H. Kossebau <kossebau@kde.org>2018-09-18 00:24:27 +0200
commit217c0b00f531e0bc93dc75457dbc15df3adb8826 (patch)
tree3f933a30e21d6ac83db1906cd5ca3adad5983f2e /src
parent39cdcdf6c1d503d0c72da3a854195af393dd0fae (diff)
downloadkconfig-217c0b00f531e0bc93dc75457dbc15df3adb8826.tar.gz
kconfig-217c0b00f531e0bc93dc75457dbc15df3adb8826.tar.bz2
API dox: 0 -> nullptr
Diffstat (limited to 'src')
-rw-r--r--src/gui/kconfigloader.h2
1 files changed, 1 insertions, 1 deletions
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;