diff options
Diffstat (limited to 'src/core/kconfiggroup.h')
-rw-r--r-- | src/core/kconfiggroup.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/kconfiggroup.h b/src/core/kconfiggroup.h index 0cedeaa7..8b0174b1 100644 --- a/src/core/kconfiggroup.h +++ b/src/core/kconfiggroup.h @@ -578,9 +578,14 @@ public: * * @param key The key of the entry to revert. */ + // TODO KF6 merge with the other one void revertToDefault(const QString &key); + void revertToDefault(const QString &key, WriteConfigFlags pFlag); + /** Overload for revertToDefault(const QString&) */ + // TODO KF6 merge with the other one void revertToDefault(const char *key); + void revertToDefault(const char *key, WriteConfigFlags pFlag); /** * Whether a default is specified for an entry in either the |