mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Automatically detect USB device changes
This commit is contained in:
committed by
Jonathan White
parent
79ca00604a
commit
6a273363c4
@@ -141,6 +141,7 @@ void TestGui::init()
|
||||
databaseOpenWidget->findChild<PasswordWidget*>("editPassword")->findChild<QLineEdit*>("passwordEdit");
|
||||
QVERIFY(editPassword);
|
||||
editPassword->setFocus();
|
||||
QTRY_VERIFY(editPassword->hasFocus());
|
||||
|
||||
QTest::keyClicks(editPassword, "a");
|
||||
QTest::keyClick(editPassword, Qt::Key_Enter);
|
||||
|
||||
Reference in New Issue
Block a user