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();
|
||||||
|
|
|
@ -137,11 +137,11 @@ namespace Utils
|
||||||
QString error;
|
QString error;
|
||||||
if (db->open(databaseFilename, compositeKey, &error, false)) {
|
if (db->open(databaseFilename, compositeKey, &error, false)) {
|
||||||
return db;
|
return db;
|
||||||
}else {
|
} else {
|
||||||
err << error << endl;
|
err << error << endl;
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Read a user password from STDIN or return a password previously
|
* Read a user password from STDIN or return a password previously
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue