Add action to open the entry URL.

Closes #37
This commit is contained in:
Felix Geyer 2012-07-27 18:38:52 +02:00
parent e9a96ff80a
commit 3a2f387892
6 changed files with 45 additions and 2 deletions

View file

@ -397,6 +397,11 @@ void DatabaseTabWidget::performAutoType()
currentDatabaseWidget()->performAutoType();
}
void DatabaseTabWidget::openUrl()
{
currentDatabaseWidget()->openUrl();
}
void DatabaseTabWidget::createGroup()
{
currentDatabaseWidget()->createGroup();