Add Save and SaveAs gui tests.
This commit is contained in:
@@ -244,6 +244,11 @@ EntryView* DatabaseWidget::entryView()
|
||||
return m_entryView;
|
||||
}
|
||||
|
||||
Database* DatabaseWidget::database()
|
||||
{
|
||||
return m_db;
|
||||
}
|
||||
|
||||
void DatabaseWidget::createEntry()
|
||||
{
|
||||
if (!m_groupView->currentGroup()) {
|
||||
|
||||
Reference in New Issue
Block a user