This commit is contained in:
Marco
2017-05-15 17:47:35 +02:00
committed by thez3ro
parent 70127bad4b
commit 7bb9ea201c
3 changed files with 3 additions and 3 deletions

View File

@@ -766,7 +766,7 @@ void EditEntryWidget::updateEntryData(Entry* entry) const
entry->setDefaultAutoTypeSequence(QString());
}
else {
if (!AutoType::checkSynatx(m_autoTypeUi->sequenceEdit->text())) {
if (!AutoType::checkSyntax(m_autoTypeUi->sequenceEdit->text())) {
//@TODO handle wrong syntax
std::cout << "wrong syntax\n";
}