mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-02 19:46:06 -04:00
Cleanup reference/pointer declarations.
This commit is contained in:
parent
75f0d132e5
commit
c98aad698a
2 changed files with 23 additions and 23 deletions
|
@ -217,7 +217,7 @@ KeepassHttpProtocol::Entry Service::prepareEntry(const Entry* entry)
|
|||
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<Entry*> pwEntriesToConfirm;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue