aboutsummaryrefslogtreecommitdiff
path: root/src/core/kconfig_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/kconfig_p.h')
-rw-r--r--src/core/kconfig_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/kconfig_p.h b/src/core/kconfig_p.h
index 7433ab2f..ac4cd631 100644
--- a/src/core/kconfig_p.h
+++ b/src/core/kconfig_p.h
@@ -50,7 +50,8 @@ public:
void putData(const QByteArray &group, const char *key, const QByteArray &value,
KConfigBase::WriteConfigFlags flags, bool expand = false);
- void revertEntry(const QByteArray &group, const char *key);
+ void revertEntry(const QByteArray &group, const char *key,
+ KConfigBase::WriteConfigFlags flags);
QStringList groupList(const QByteArray &group) const;
// copies the entries from @p source to @p otherGroup changing all occurrences
// of @p source with @p destination