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

XIC box

parent 3cfeb9e4
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,8 @@ void XicBox::setPeptideEvidence(const PeptideEvidence * p_peptide_evidence) {
void XicBox::setXic(pappso::XicSp xic_sp) {
qDebug() << "XicBox::setXic begin";
ui->xic_widget->setXicSp(xic_sp);
ui->xic_widget->plot();
qDebug() << "XicBox::setXic end";
}
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