mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 05:57:37 +03:00
Add Save and SaveAs gui tests.
This commit is contained in:
parent
b579eb954e
commit
2e38b01d80
4 changed files with 77 additions and 15 deletions
|
@ -244,6 +244,11 @@ EntryView* DatabaseWidget::entryView()
|
|||
return m_entryView;
|
||||
}
|
||||
|
||||
Database* DatabaseWidget::database()
|
||||
{
|
||||
return m_db;
|
||||
}
|
||||
|
||||
void DatabaseWidget::createEntry()
|
||||
{
|
||||
if (!m_groupView->currentGroup()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue