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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/Config.h b/src/core/Config.h
index 09aa02fb1..1fb937cf9 100644
--- a/src/core/Config.h
+++ b/src/core/Config.h
@@ -31,7 +31,9 @@ public:
~Config();
QVariant get(const QString& key);
QVariant get(const QString& key, const QVariant& defaultValue);
+ QString getFileName();
void set(const QString& key, const QVariant& value);
+ bool hasAccessError();
static Config* instance();
static void createConfigFromFile(const QString& file);