mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
Recycle KeePassHTTP settings
This commit is contained in:
parent
730367557f
commit
5795051477
1 changed files with 1 additions and 1 deletions
|
@ -706,7 +706,7 @@ void BrowserService::convertAttributesToCustomData(const QSharedPointer<Database
|
||||||
|
|
||||||
if (entry->title() == KEEPASSHTTP_NAME || entry->title().contains(KEEPASSXCBROWSER_NAME, Qt::CaseInsensitive)) {
|
if (entry->title() == KEEPASSHTTP_NAME || entry->title().contains(KEEPASSXCBROWSER_NAME, Qt::CaseInsensitive)) {
|
||||||
keyCounter += moveKeysToCustomData(entry, db);
|
keyCounter += moveKeysToCustomData(entry, db);
|
||||||
delete entry;
|
db->recycleEntry(entry);
|
||||||
}
|
}
|
||||||
|
|
||||||
progress.setValue(progress.value() + 1);
|
progress.setValue(progress.value() + 1);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue