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:
authorFelix Geyer <debfx@fobos.de>2012-06-24 13:32:54 +0400
committerFelix Geyer <debfx@fobos.de>2012-06-24 13:32:54 +0400
commitf6905227258069d5ae32a7fe46e60f8f39b2cf9f (patch)
treeebb536a5fce679462824a40842e3e9e804e42509 /src/core/Config.h
parent38d2b124d86bfc33df6baf368b2b65696f260b93 (diff)
Coding style fixes.
Diffstat (limited to 'src/core/Config.h')
-rw-r--r--src/core/Config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Config.h b/src/core/Config.h
index 0041e673e..0ebaeeb1b 100644
--- a/src/core/Config.h
+++ b/src/core/Config.h
@@ -38,7 +38,7 @@ public:
private:
Config(const QString& fileName, QObject* parent);
- Config(QObject* parent);
+ explicit Config(QObject* parent);
void init(const QString& fileName);
static Config* m_instance;