mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-06 12:25:11 -04:00
Fix typo.
This commit is contained in:
parent
d6597400de
commit
478d30b529
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ QList<KeepassHttpProtocol::Entry> Service::findMatchingEntries(const QString& /*
|
|||
|
||||
//Fill the list
|
||||
QList<KeepassHttpProtocol::Entry> result;
|
||||
result.reserve(result.size());
|
||||
result.reserve(pwEntries.count());
|
||||
Q_FOREACH (Entry * entry, pwEntries)
|
||||
result << prepareEntry(entry);
|
||||
return result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue