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:
authormetaphys <jl.biasini@laposte.net>2019-09-04 00:17:33 +0300
committerJonathan White <support@dmapps.us>2019-09-07 14:46:01 +0300
commit72c1783b5bd56afb2f536417dc930066a1b568da (patch)
tree3e70a70e4f2e07f069483d531607487ffd5e643c /src/gui/DatabaseWidget.h
parent0a75b475096821484546e780387dccaa016e3bca (diff)
Support key files with Auto Open feature
Fixes #3495 * Look for keyfile in username parameter of the Auto Open entries. If present, pass on to unlock call to the database.
Diffstat (limited to 'src/gui/DatabaseWidget.h')
-rw-r--r--src/gui/DatabaseWidget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/DatabaseWidget.h b/src/gui/DatabaseWidget.h
index aeb6a02e1..7f5e8099d 100644
--- a/src/gui/DatabaseWidget.h
+++ b/src/gui/DatabaseWidget.h
@@ -133,7 +133,8 @@ signals:
void currentModeChanged(DatabaseWidget::Mode mode);
void groupChanged();
void entrySelectionChanged();
- void requestOpenDatabase(const QString& filePath, bool inBackground, const QString& password);
+ void
+ requestOpenDatabase(const QString& filePath, bool inBackground, const QString& password, const QString& keyFile);
void databaseMerged(QSharedPointer<Database> mergedDb);
void groupContextMenuRequested(const QPoint& globalPos);
void entryContextMenuRequested(const QPoint& globalPos);