mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Formatting the code.
This commit is contained in:
@@ -40,9 +40,7 @@ void TestYubiKeyChalResp::init()
|
||||
|
||||
void TestYubiKeyChalResp::detectDevices()
|
||||
{
|
||||
connect(YubiKey::instance(), SIGNAL(detected(int,bool)),
|
||||
SLOT(ykDetected(int,bool)),
|
||||
Qt::QueuedConnection);
|
||||
connect(YubiKey::instance(), SIGNAL(detected(int, bool)), SLOT(ykDetected(int, bool)), Qt::QueuedConnection);
|
||||
QtConcurrent::run(YubiKey::instance(), &YubiKey::detect);
|
||||
|
||||
// need to wait for the hardware (that's hopefully plugged in)...
|
||||
|
||||
Reference in New Issue
Block a user