added the ability to import duplicates

This commit is contained in:
Syping 2018-07-27 04:26:10 +02:00
parent 9ced2253fc
commit c29cc44717
17 changed files with 928 additions and 854 deletions

View file

@ -183,6 +183,7 @@ bool JsonEditorDialog::saveJsonContent()
return false;
}
jsonCode = newCode;
smpic->updateStrings();
smpic->emitUpdate();
return true;
}