mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-20 20:18:46 -04:00
Remember if challenge-response was used for each database and allow to re-detect Yubikeys without closing the database first
This commit is contained in:
parent
7174549441
commit
eb23dda99b
5 changed files with 71 additions and 12 deletions
|
@ -58,9 +58,12 @@ private Q_SLOTS:
|
|||
void activateChallengeResponse();
|
||||
void setOkButtonEnabled();
|
||||
void browseKeyFile();
|
||||
void ykDetected(int slot, bool blocking);
|
||||
void yubikeyDetected(int slot, bool blocking);
|
||||
void noYubikeyFound();
|
||||
void pollYubikey();
|
||||
|
||||
protected:
|
||||
|
||||
const QScopedPointer<Ui::DatabaseOpenWidget> m_ui;
|
||||
Database* m_db;
|
||||
QString m_filename;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue