Add an auto-type entry action.
This commit is contained in:
@@ -391,6 +391,11 @@ void DatabaseTabWidget::copyPassword()
|
||||
currentDatabaseWidget()->copyPassword();
|
||||
}
|
||||
|
||||
void DatabaseTabWidget::performAutoType()
|
||||
{
|
||||
currentDatabaseWidget()->performAutoType();
|
||||
}
|
||||
|
||||
void DatabaseTabWidget::createGroup()
|
||||
{
|
||||
currentDatabaseWidget()->createGroup();
|
||||
|
||||
Reference in New Issue
Block a user