mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 22:17:39 +03:00
parent
e9a96ff80a
commit
3a2f387892
6 changed files with 45 additions and 2 deletions
|
@ -397,6 +397,11 @@ void DatabaseTabWidget::performAutoType()
|
|||
currentDatabaseWidget()->performAutoType();
|
||||
}
|
||||
|
||||
void DatabaseTabWidget::openUrl()
|
||||
{
|
||||
currentDatabaseWidget()->openUrl();
|
||||
}
|
||||
|
||||
void DatabaseTabWidget::createGroup()
|
||||
{
|
||||
currentDatabaseWidget()->createGroup();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue