Support for triggering Global Auto-Type from browser extension
This commit is contained in:
committed by
Jonathan White
parent
be6835e42f
commit
c7cdce6e33
@@ -102,6 +102,12 @@ void AutoTypeSelectDialog::setMatches(const QList<AutoTypeMatch>& matches, const
|
||||
m_ui->searchCheckBox->setChecked(m_matches.isEmpty());
|
||||
}
|
||||
|
||||
void AutoTypeSelectDialog::setSearchString(const QString& search)
|
||||
{
|
||||
m_ui->search->setText(search);
|
||||
m_ui->searchCheckBox->setChecked(true);
|
||||
}
|
||||
|
||||
void AutoTypeSelectDialog::submitAutoTypeMatch(AutoTypeMatch match)
|
||||
{
|
||||
if (match.first) {
|
||||
|
||||
Reference in New Issue
Block a user