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:
Janek Bevendorff 2017-02-20 22:07:01 +01:00
parent 7174549441
commit eb23dda99b
No known key found for this signature in database
GPG key ID: CFEC2F6850BFFA53
5 changed files with 71 additions and 12 deletions

View file

@ -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;