mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-23 05:25:21 -04:00
Implement SSH key file path env substitution
Supports all platforms, including Windows with %FOO% syntax. Fixes #3523
This commit is contained in:
parent
47ce81c9a6
commit
6fc7be78ea
6 changed files with 56 additions and 1 deletions
|
@ -54,6 +54,7 @@ public:
|
|||
const QString attachmentName() const;
|
||||
bool saveAttachmentToTempFile() const;
|
||||
const QString fileName() const;
|
||||
const QString fileNameEnvSubst(QProcessEnvironment environment = QProcessEnvironment::systemEnvironment()) const;
|
||||
|
||||
void setAllowUseOfSshKey(bool allowUseOfSshKey);
|
||||
void setAddAtDatabaseOpen(bool addAtDatabaseOpen);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue