mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-25 07:45:22 -04:00
Drop DatabaseWidget::groupView() and entryView().
This commit is contained in:
parent
d874f58a39
commit
9ac01c930d
3 changed files with 8 additions and 20 deletions
|
@ -216,16 +216,6 @@ void DatabaseWidget::emitCurrentModeChanged()
|
|||
Q_EMIT currentModeChanged(currentMode());
|
||||
}
|
||||
|
||||
GroupView* DatabaseWidget::groupView()
|
||||
{
|
||||
return m_groupView;
|
||||
}
|
||||
|
||||
EntryView* DatabaseWidget::entryView()
|
||||
{
|
||||
return m_entryView;
|
||||
}
|
||||
|
||||
Database* DatabaseWidget::database()
|
||||
{
|
||||
return m_db;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue