mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 13:37:43 +03:00
Remove obsolete method in EntryView.
This commit is contained in:
parent
75d3e6261b
commit
50cbd80925
2 changed files with 0 additions and 6 deletions
|
@ -37,7 +37,6 @@ public:
|
|||
explicit EntryView(QWidget* parent = Q_NULLPTR);
|
||||
void setModel(QAbstractItemModel* model) Q_DECL_OVERRIDE;
|
||||
Entry* currentEntry();
|
||||
bool isSingleEntrySelected();
|
||||
void setCurrentEntry(Entry* entry);
|
||||
Entry* entryFromIndex(const QModelIndex& index);
|
||||
void setEntryList(const QList<Entry*>& entries);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue