Support copying username and password to the clipboard.

This commit is contained in:
Felix Geyer 2012-05-26 16:20:32 +02:00
parent bbd039e487
commit f43ad8d062
11 changed files with 227 additions and 5 deletions

View file

@ -349,6 +349,16 @@ void DatabaseTabWidget::deleteEntry()
currentDatabaseWidget()->deleteEntry();
}
void DatabaseTabWidget::copyUsername()
{
currentDatabaseWidget()->copyUsername();
}
void DatabaseTabWidget::copyPassword()
{
currentDatabaseWidget()->copyPassword();
}
void DatabaseTabWidget::createGroup()
{
currentDatabaseWidget()->createGroup();