mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 14:07:38 +03:00
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.
This commit is contained in:
parent
0a75b47509
commit
72c1783b5b
4 changed files with 36 additions and 9 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue