aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/kconfigbase.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/kconfigbase.h b/src/core/kconfigbase.h
index 3d00d98a..998c3570 100644
--- a/src/core/kconfigbase.h
+++ b/src/core/kconfigbase.h
@@ -34,6 +34,11 @@ class KConfigBasePrivate;
/**
* \class KConfigBase kconfigbase.h <KConfigBase>
+ * \brief Interface to interact with configuration.
+ *
+ * KConfigBase allows a component of an application to persists its configuration
+ * without the component knowing if it is storing the configuration into a top
+ * level KConfig or a KConfigGroup inside a KConfig instance.
*/
class KCONFIGCORE_EXPORT KConfigBase
{