Make other YubiKey driver methods thread-safe

This commit is contained in:
Janek Bevendorff
2017-02-24 17:50:19 +01:00
parent b10cb1c83c
commit 18844d096a
3 changed files with 19 additions and 5 deletions

View File

@@ -33,7 +33,6 @@ YkChallengeResponseKey::YkChallengeResponseKey(int slot, bool blocking)
: m_slot(slot),
m_blocking(blocking)
{
connect(this, SIGNAL(userInteractionRequired()), KEEPASSXC_MAIN_WINDOW, SLOT(showYubiKeyPopup()));
connect(this, SIGNAL(userConfirmed()), KEEPASSXC_MAIN_WINDOW, SLOT(hideYubiKeyPopup()));
}