diff options
-rw-r--r-- | src/core/kconfigbase.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/kconfigbase.h b/src/core/kconfigbase.h index 62a0cc31..c4ad7a57 100644 --- a/src/core/kconfigbase.h +++ b/src/core/kconfigbase.h @@ -58,13 +58,13 @@ public: */ Localized = 0x04, /**< - * Notify remote KConfigWatchers of changes (requires DBus support) - * Implied persistent - * @since 5.51 + * Add the locale tag to the key when writing it. */ Notify = 0x08 | Persistent, /**< - * Add the locale tag to the key when writing it. + * Notify remote KConfigWatchers of changes (requires DBus support) + * Implied persistent + * @since 5.51 */ Normal = Persistent /**< |