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:
Christian Kieschnick
2019-04-12 12:21:20 +02:00
committed by Jonathan White
parent 771ecdba12
commit 05bee40f0a
5 changed files with 37 additions and 5 deletions

View File

@@ -57,6 +57,7 @@ private slots:
void testUpdateGroupLocation();
void testMergeAndSync();
void testMergeCustomIcons();
void testMergeDuplicateCustomIcons();
void testMetadata();
void testDeletedEntry();
void testDeletedGroup();