X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FcpPipelineEditor%2FEditor.cxx;h=e15b68df827da2e33f9a7d2563d61986c36ac740;hb=1bf710541f1f708f9000096a8d516596bf009d6d;hp=7dc6251618d039fcd0325da701ada99d6df5e4db;hpb=0d184ef7119178103610ad9e9fab83760cb89e06;p=cpPlugins.git diff --git a/lib/cpPipelineEditor/Editor.cxx b/lib/cpPipelineEditor/Editor.cxx index 7dc6251..e15b68d 100644 --- a/lib/cpPipelineEditor/Editor.cxx +++ b/lib/cpPipelineEditor/Editor.cxx @@ -222,7 +222,7 @@ _createBlock( TFilter* f, const QPointF& pnt ) } // rof // Keep a trace of this visual graph - this->m_Graph->SetVertex( f->GetName( ), b ); + // TODO: this->m_Graph->SetVertex( f->GetName( ), b ); return( b ); }