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

xtpcpp (0.1.20-2) stretch

parent 0ee81578
No related branches found
No related tags found
No related merge requests found
xtpcpp (0.1.20-2) stretch; urgency=medium
* tandem parameter form hardened
-- Olivier Langella <olivier.langella@u-psud.fr> Sun, 15 Oct 2017 20:32:27 +0200
xtpcpp (0.1.20-1) stretch; urgency=medium
* tandem parameters editor
......
......@@ -33,6 +33,11 @@
XtandemParamSaxHandler::XtandemParamSaxHandler(TandemParameters * p_tandem_parameters) {
_p_tandem_parameters = p_tandem_parameters;
//<note type="input" label="output, xsl path">tandem-style.xsl</note>
_p_tandem_parameters->setParamLabelValue("output, xsl path", "tandem-style.xsl");
//<note type="input" label="output, mzid">no</note>
_p_tandem_parameters->setParamLabelValue("output, mzid", "no");
}
XtandemParamSaxHandler::~XtandemParamSaxHandler() {
}
......@@ -140,8 +145,8 @@ bool XtandemParamSaxHandler::startElement_note(QXmlAttributes attributes) {
if (attributes.value("type") == "input") {
_current_label = attributes.value("label");
}
// qDebug() << "XtandemParamSaxHandler::startElement_note _current_label " << _current_label;
// qDebug() << "XtandemParamSaxHandler::startElement_note _current_label " << _current_label;
return true;
}
......
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