mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 13:37:43 +03:00
Rename methods in EntryModel and EntryView from "search" to "entry list mode".
This commit is contained in:
parent
33b4cd8636
commit
39b9260719
6 changed files with 27 additions and 27 deletions
|
@ -43,11 +43,11 @@ public:
|
|||
QStringList mimeTypes() const Q_DECL_OVERRIDE;
|
||||
QMimeData* mimeData(const QModelIndexList& indexes) const Q_DECL_OVERRIDE;
|
||||
|
||||
void setEntries(const QList<Entry*>& entries);
|
||||
void setEntryList(const QList<Entry*>& entries);
|
||||
|
||||
Q_SIGNALS:
|
||||
void switchedToSearch();
|
||||
void switchedToView();
|
||||
void switchedToEntryListMode();
|
||||
void switchedToGroupMode();
|
||||
|
||||
public Q_SLOTS:
|
||||
void setGroup(Group* group);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue