mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-27 00:35:27 -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;
|
||||
auto* rootGroup = db->rootGroup();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue