mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Recycle KeePassHTTP settings
This commit is contained in:
parent
730367557f
commit
5795051477
@ -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…
Reference in New Issue
Block a user