add test for syntax checking

This commit is contained in:
thez3ro 2017-11-07 17:58:08 +01:00
parent 8ca444aee0
commit a02a49a184
No known key found for this signature in database
GPG key ID: F628F9E41DD7C073
6 changed files with 32 additions and 28 deletions

View file

@ -584,7 +584,7 @@ void DatabaseWidget::performAutoType()
return;
}
autoType()->performAutoTypeWithSyntaxCheckingDialog(currentEntry, window());
autoType()->performAutoType(currentEntry, window());
}
void DatabaseWidget::openUrl()