Drop DatabaseWidget::groupView() and entryView().

This commit is contained in:
Felix Geyer 2014-05-17 11:21:17 +02:00
parent d874f58a39
commit 9ac01c930d
3 changed files with 8 additions and 20 deletions

View file

@ -60,8 +60,6 @@ public:
explicit DatabaseWidget(Database* db, QWidget* parent = Q_NULLPTR);
~DatabaseWidget();
GroupView* groupView();
EntryView* entryView();
Database* database();
bool dbHasKey() const;
bool canDeleteCurrentGroup() const;