added GUI for editing dynamic processing profile rules

This commit is contained in:
Alberto Griggio
2017-03-03 00:41:57 +01:00
parent afda76cf3c
commit 7d1bebf341
6 changed files with 725 additions and 2 deletions

View File

@@ -627,7 +627,6 @@ void ProfileStoreComboBox::updateProfileList ()
// special case for the Internal default entry
addRow(profileStore.getInternalDefaultPSE());
}
addRow(profileStore.getInternalDynamicPSE());
// releasing the profilestore's entry list mutex
profileStore.releaseFileList();