X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FPipelineEditor%2FPipelineEditor.h;h=3f4a68be1d6fafb27325e897f839b719945a95ff;hb=2fed0327528e671e32cc7151cb65ebd769c053e6;hp=eb2c3337529a7a4ebf60ab31df3672d26bd2450e;hpb=8d542556415c0f37a325b1641bb51b2bc284a115;p=cpPlugins.git diff --git a/appli/PipelineEditor/PipelineEditor.h b/appli/PipelineEditor/PipelineEditor.h index eb2c333..3f4a68b 100644 --- a/appli/PipelineEditor/PipelineEditor.h +++ b/appli/PipelineEditor/PipelineEditor.h @@ -23,13 +23,8 @@ public: ); virtual ~PipelineEditor( ); -protected: - template< class _TWidget > - inline std::pair< _TWidget*, bool > _configureViewer( ); - protected slots: void _slotView( const std::string& name, bool show ); - void _slotActorsProperties( ); private: Ui::PipelineEditor* m_UI;