From c3ef1c9dd9e8040be06f9badd192bc762822544a Mon Sep 17 00:00:00 2001 From: Olivier Langella <olivier.langella@u-psud.fr> Date: Tue, 5 Feb 2019 14:49:25 +0100 Subject: [PATCH] connect to PrecisionPtr --- src/gui/peptide_detail_view/peptide_detail_view.ui | 6 +++--- src/gui/xic_view/xic_window.ui | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/gui/peptide_detail_view/peptide_detail_view.ui b/src/gui/peptide_detail_view/peptide_detail_view.ui index ca3738740..098b0bbbc 100644 --- a/src/gui/peptide_detail_view/peptide_detail_view.ui +++ b/src/gui/peptide_detail_view/peptide_detail_view.ui @@ -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> diff --git a/src/gui/xic_view/xic_window.ui b/src/gui/xic_view/xic_window.ui index 725bbd06d..b1ae1e260 100644 --- a/src/gui/xic_view/xic_window.ui +++ b/src/gui/xic_view/xic_window.ui @@ -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> -- GitLab