mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-20 23:12:34 -05: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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue