mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-11 00:13:03 -04:00
Coding style improvements.
This commit is contained in:
parent
89361b3bea
commit
b88a0d8de3
12 changed files with 52 additions and 51 deletions
|
@ -53,7 +53,7 @@ void EntryView::setGroup(Group* group)
|
|||
Q_EMIT entrySelectionChanged();
|
||||
}
|
||||
|
||||
void EntryView::search(QList<Entry*> entries)
|
||||
void EntryView::search(const QList<Entry*>& entries)
|
||||
{
|
||||
m_model->setEntries(entries);
|
||||
Q_EMIT entrySelectionChanged();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue