diff options
author | Friedrich W. H. Kossebau <kossebau@kde.org> | 2018-09-18 00:24:27 +0200 |
---|---|---|
committer | Friedrich W. H. Kossebau <kossebau@kde.org> | 2018-09-18 00:24:27 +0200 |
commit | 217c0b00f531e0bc93dc75457dbc15df3adb8826 (patch) | |
tree | 3f933a30e21d6ac83db1906cd5ca3adad5983f2e | |
parent | 39cdcdf6c1d503d0c72da3a854195af393dd0fae (diff) | |
download | kconfig-217c0b00f531e0bc93dc75457dbc15df3adb8826.tar.gz kconfig-217c0b00f531e0bc93dc75457dbc15df3adb8826.tar.bz2 |
API dox: 0 -> nullptr
-rw-r--r-- | src/gui/kconfigloader.h | 2 |
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; |