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

@ -330,6 +330,7 @@ void SnapmaticEditor::on_cmdApply_clicked()
}
else
{
smpic->updateStrings();
smpic->emitUpdate();
}
}