mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-22 04:49:42 -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
|
//Fill the list
|
||||||
QList<KeepassHttpProtocol::Entry> result;
|
QList<KeepassHttpProtocol::Entry> result;
|
||||||
result.reserve(result.size());
|
result.reserve(pwEntries.count());
|
||||||
Q_FOREACH (Entry * entry, pwEntries)
|
Q_FOREACH (Entry * entry, pwEntries)
|
||||||
result << prepareEntry(entry);
|
result << prepareEntry(entry);
|
||||||
return result;
|
return result;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue