Skip to content
Snippets Groups Projects
Commit de117191 authored by Olivier Langella's avatar Olivier Langella
Browse files

labeling and grouping

parent 8add5740
No related branches found
No related tags found
No related merge requests found
......@@ -510,7 +510,15 @@ void ProjectWindow::viewError(QString error) {
void ProjectWindow::doAcceptedLabelingMethod() {
qDebug() << "ProjectWindow::doAcceptedLabelingMethod";
showWaitingMessage(tr("Apply labeling method"));
LabelingMethodSp labeling_method_sp = _p_edit_label_methods->getLabelingMethodSp();
_project_sp.get()->setLabelingMethodSp(labeling_method_sp);
//_p_edit_label_methods->applyLabelingMethodInProject();
doDisplayLoadingMessage(tr("labeling peptides"));
qDebug() << "ProjectWindow::doAcceptedLabelingMethod emit operateGrouping(_project_sp) ";
emit operateGrouping(_project_sp);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment