fix effective autotype sequence

This commit is contained in:
thez3ro 2018-01-16 17:23:29 +01:00
parent 92e42b581f
commit 065a85e05c
No known key found for this signature in database
GPG key ID: F628F9E41DD7C073
4 changed files with 103 additions and 20 deletions

View file

@ -192,6 +192,10 @@ QString Group::defaultAutoTypeSequence() const
return m_data.defaultAutoTypeSequence;
}
/**
* Determine the effective sequence that will be injected
* This function return an empty string if the current group or any parent has autotype disabled
*/
QString Group::effectiveAutoTypeSequence() const
{
QString sequence;