]> SALOME platform Git repositories - tools/eficas.git/blobdiff - Editeur/Objecttreeitem.py
Salome HOME
onItem=Deplie
[tools/eficas.git] / Editeur / Objecttreeitem.py
index 5658eeba61833ce41828fb3e408e7781981fe0ea..6ad5ae202ebe084d760596c48c4b7c2fe254a3be 100644 (file)
@@ -162,6 +162,7 @@ class ObjectTreeItem(TreeItem,Delegate):
         """ Connecte la fonction callable (avec arguments args) à l'item self sur le 
             canal channel
         """
+        #print self,channel,callable,args
         CONNECTOR.Connect(self._object,channel,callable,args)
         CONNECTOR.Connect(self.object, channel,callable,args)