Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/Config.h')
-rw-r--r--src/core/Config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Config.h b/src/core/Config.h
index ca77e0c0a..d65b3256b 100644
--- a/src/core/Config.h
+++ b/src/core/Config.h
@@ -38,6 +38,7 @@ public:
void set(const QString& key, const QVariant& value);
bool hasAccessError();
void sync();
+ void resetToDefaults();
static Config* instance();
static void createConfigFromFile(const QString& file);