mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-20 12:08:24 -04:00
Only poll YubiKey for currently visible tab
This commit is contained in:
parent
8e91a89a37
commit
91761a2bea
5 changed files with 15 additions and 15 deletions
|
@ -41,18 +41,21 @@ public:
|
|||
void enterKey(const QString& pw, const QString& keyFile);
|
||||
Database* database();
|
||||
|
||||
Q_SIGNALS:
|
||||
public slots:
|
||||
void pollYubikey();
|
||||
|
||||
signals:
|
||||
void editFinished(bool accepted);
|
||||
|
||||
protected:
|
||||
void showEvent(QShowEvent* event) override;
|
||||
CompositeKey databaseKey();
|
||||
|
||||
protected Q_SLOTS:
|
||||
protected slots:
|
||||
virtual void openDatabase();
|
||||
void reject();
|
||||
|
||||
private Q_SLOTS:
|
||||
private slots:
|
||||
void activatePassword();
|
||||
void activateKeyFile();
|
||||
void activateChallengeResponse();
|
||||
|
@ -60,10 +63,8 @@ private Q_SLOTS:
|
|||
void browseKeyFile();
|
||||
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