diff options
author | Adriaan de Groot <groot@kde.org> | 2021-05-11 12:13:38 +0200 |
---|---|---|
committer | Adriaan de Groot <groot@kde.org> | 2021-05-11 12:13:38 +0200 |
commit | 40f2371fbbcf7456df41b6afa791c8ae935409fa (patch) | |
tree | e2d88546abe65ee8157ab6b8984df2875f24123a | |
parent | 2e8742e64fc02477296335c39b0485895321855b (diff) | |
download | kconfig-40f2371fbbcf7456df41b6afa791c8ae935409fa.tar.gz kconfig-40f2371fbbcf7456df41b6afa791c8ae935409fa.tar.bz2 |
Docs: make a complete reference to reparseConfiguration() from KSharedConfig
NO_CHANGELOG
-rw-r--r-- | src/core/ksharedconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ksharedconfig.h b/src/core/ksharedconfig.h index e23d17c6..1add155e 100644 --- a/src/core/ksharedconfig.h +++ b/src/core/ksharedconfig.h @@ -25,7 +25,7 @@ * The openConfig() method is threadsafe: every thread gets a separate repository * of shared KConfig objects. This means, however, that you'll be responsible for * synchronizing the instances of KConfig for the same filename between threads, - * using reparseConfiguration after a manual change notification, just like you have + * using KConfig::reparseConfiguration() after a manual change notification, just like you have * to do between processes. */ class KCONFIGCORE_EXPORT KSharedConfig : public KConfig, public QSharedData // krazy:exclude=dpointer (only for refcounting) |