mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Automatically detect USB device changes
This commit is contained in:
parent
79ca00604a
commit
6a273363c4
41 changed files with 1503 additions and 823 deletions
|
@ -2253,7 +2253,7 @@ void TestCli::testYubiKeyOption()
|
|||
|
||||
YubiKey::instance()->findValidKeys();
|
||||
|
||||
auto keys = YubiKey::instance()->foundKeys();
|
||||
const auto keys = YubiKey::instance()->foundKeys().keys();
|
||||
if (keys.isEmpty()) {
|
||||
QSKIP("No YubiKey devices were detected.");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue