Add Save and SaveAs gui tests.

This commit is contained in:
Felix Geyer 2012-07-06 19:21:19 +02:00
parent b579eb954e
commit 2e38b01d80
4 changed files with 77 additions and 15 deletions

View file

@ -244,6 +244,11 @@ EntryView* DatabaseWidget::entryView()
return m_entryView;
}
Database* DatabaseWidget::database()
{
return m_db;
}
void DatabaseWidget::createEntry()
{
if (!m_groupView->currentGroup()) {