mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 13:37:43 +03:00
Resolve reference in entry field, prevent recorsive loop, fix EditEntry association bug
This commit is contained in:
parent
536db062f4
commit
c5dd64d18a
2 changed files with 25 additions and 7 deletions
|
@ -188,6 +188,8 @@ void EditEntryWidget::setupAutoType()
|
|||
connect(m_autoTypeAssocModel, SIGNAL(modelReset()), SLOT(clearCurrentAssoc()));
|
||||
connect(m_autoTypeUi->windowTitleCombo, SIGNAL(editTextChanged(QString)),
|
||||
SLOT(applyCurrentAssoc()));
|
||||
connect(m_autoTypeUi->customWindowSequenceButton, SIGNAL(toggled(bool)),
|
||||
SLOT(applyCurrentAssoc()));
|
||||
connect(m_autoTypeUi->windowSequenceEdit, SIGNAL(textChanged(QString)),
|
||||
SLOT(applyCurrentAssoc()));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue