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>2014-05-15 20:26:01 +0400
committerFelix Geyer <debfx@fobos.de>2014-05-15 20:30:57 +0400
commit147cd4ed7bc6457a2610210dd00af88a1bad8293 (patch)
tree1d7f3cdcdd1034d7fb450fe0be10e99f6e748d15 /src/core/Config.h
parent9363d23e09a9981de4c8f799a91ae02eb9747aa8 (diff)
Add option to use the entry title for auto-type window matching.
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 ee3082685..ca0f74cb5 100644
--- a/src/core/Config.h
+++ b/src/core/Config.h
@@ -36,7 +36,7 @@ public:
void set(const QString& key, const QVariant& value);
static Config* instance();
- static void createConfigFromFile(QString file);
+ static void createConfigFromFile(const QString& file);
static void createTempFileInstance();
private: