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

connect to PrecisionPtr

parent de916736
No related branches found
Tags xtpcpp_0.2.31-2
No related merge requests found
......@@ -441,9 +441,9 @@
</connection>
<connection>
<sender>precision_widget</sender>
<signal>precisionChanged(pappso::PrecisionP)</signal>
<signal>precisionChanged(pappso::PrecisionPtr)</signal>
<receiver>PeptideDetailView</receiver>
<slot>doMsmsPrecisionChanged(pappso::PrecisionP)</slot>
<slot>doMsmsPrecisionChanged(pappso::PrecisionPtr)</slot>
<hints>
<hint type="sourcelabel">
<x>801</x>
......@@ -524,7 +524,7 @@
<slot>chooseDefaultMzDataDir()</slot>
<slot>openInPeptideViewer()</slot>
<slot>doSaveSvg()</slot>
<slot>doMsmsPrecisionChanged(pappso::PrecisionP)</slot>
<slot>doMsmsPrecisionChanged(pappso::PrecisionPtr)</slot>
<slot>openInXicViewer()</slot>
<slot>setMz(double)</slot>
<slot>setPeak(pappso::DataPointCstSPtr)</slot>
......
......@@ -128,7 +128,7 @@
<header>pappsomspp/widget/precisionwidget/precisionwidget.h</header>
<container>1</container>
<slots>
<signal>precisionChanged(pappso::PrecisionP)</signal>
<signal>precisionChanged(pappso::PrecisionPtr)</signal>
</slots>
</customwidget>
</customwidgets>
......@@ -136,9 +136,9 @@
<connections>
<connection>
<sender>xic_precision</sender>
<signal>precisionChanged(pappso::PrecisionP)</signal>
<signal>precisionChanged(pappso::PrecisionPtr)</signal>
<receiver>XicWindow</receiver>
<slot>xicPrecisionChanged(pappso::PrecisionP)</slot>
<slot>xicPrecisionChanged(pappso::PrecisionPtr)</slot>
<hints>
<hint type="sourcelabel">
<x>78</x>
......@@ -184,7 +184,7 @@
</connection>
</connections>
<slots>
<slot>xicPrecisionChanged(pappso::PrecisionP)</slot>
<slot>xicPrecisionChanged(pappso::PrecisionPtr)</slot>
<slot>rtUnitChanged(QAbstractButton*)</slot>
<slot>doEditZivyParams()</slot>
</slots>
......
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