mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Fix typo.
This commit is contained in:
parent
d6597400de
commit
478d30b529
@ -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…
Reference in New Issue
Block a user