mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-01 17:14:59 -05:00
Cleanup reference/pointer declarations.
This commit is contained in:
parent
75f0d132e5
commit
c98aad698a
@ -217,7 +217,7 @@ KeepassHttpProtocol::Entry Service::prepareEntry(const Entry* entry)
|
|||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
QList<KeepassHttpProtocol::Entry> Service::findMatchingEntries(const QString &id, const QString &url, const QString &submitUrl, const QString &realm)
|
QList<KeepassHttpProtocol::Entry> Service::findMatchingEntries(const QString& /*id*/, const QString& url, const QString& submitUrl, const QString& realm)
|
||||||
{
|
{
|
||||||
QList<KeepassHttpProtocol::Entry> result;
|
QList<KeepassHttpProtocol::Entry> result;
|
||||||
QList<Entry*> pwEntriesToConfirm;
|
QList<Entry*> pwEntriesToConfirm;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user