mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-02 18:37:04 -04:00
Fix broken build with YubiKey disabled
Remove reference to DatabaseOpenWidget::checkChallengeResponse that was removed in commit #3287.
This commit is contained in:
parent
f85642741d
commit
41b2a013a7
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@ DatabaseOpenWidget::DatabaseOpenWidget(QWidget* parent)
|
|||
|
||||
connect(m_ui->buttonRedetectYubikey, SIGNAL(clicked()), SLOT(pollYubikey()));
|
||||
#else
|
||||
m_ui->checkChallengeResponse->setVisible(false);
|
||||
m_ui->buttonRedetectYubikey->setVisible(false);
|
||||
m_ui->comboChallengeResponse->setVisible(false);
|
||||
m_ui->yubikeyProgress->setVisible(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue