mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-29 09:38:48 -04:00
Restore formatting
This commit is contained in:
parent
c01e14c879
commit
0dac53df54
2 changed files with 8 additions and 7 deletions
|
@ -482,7 +482,8 @@ void BrowserService::updateEntry(const QString& id,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
QList<Entry*> BrowserService::searchEntries(const QSharedPointer<Database>& db, const QString& hostname, const QString& url)
|
QList<Entry*>
|
||||||
|
BrowserService::searchEntries(const QSharedPointer<Database>& db, const QString& hostname, const QString& url)
|
||||||
{
|
{
|
||||||
QList<Entry*> entries;
|
QList<Entry*> entries;
|
||||||
auto* rootGroup = db->rootGroup();
|
auto* rootGroup = db->rootGroup();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue