mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-15 16:39:43 -05:00
Fix duplicate icon add in export
SharedObserver did not check for already added icons add during export leading to duplicate icons in the target db.
This commit is contained in:
parent
771ecdba12
commit
05bee40f0a
5 changed files with 37 additions and 5 deletions
|
|
@ -57,6 +57,7 @@ private slots:
|
|||
void testUpdateGroupLocation();
|
||||
void testMergeAndSync();
|
||||
void testMergeCustomIcons();
|
||||
void testMergeDuplicateCustomIcons();
|
||||
void testMetadata();
|
||||
void testDeletedEntry();
|
||||
void testDeletedGroup();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue