Coding style improvements.

This commit is contained in:
Felix Geyer 2012-05-14 16:27:59 +02:00
parent 89361b3bea
commit b88a0d8de3
12 changed files with 52 additions and 51 deletions

View file

@ -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();