From 40f2371fbbcf7456df41b6afa791c8ae935409fa Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 11 May 2021 12:13:38 +0200 Subject: Docs: make a complete reference to reparseConfiguration() from KSharedConfig NO_CHANGELOG --- src/core/ksharedconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) -- cgit v1.2.1