X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/f311fbc3e1436bf248c54225f0743cfa671c4bd7..dd3fe103df79a5a4c2962e2f05fec9a9ed58580d:/AbstractBlock.h?ds=inline

diff --git a/AbstractBlock.h b/AbstractBlock.h
index 19209b7..acdc1c8 100644
--- a/AbstractBlock.h
+++ b/AbstractBlock.h
@@ -51,6 +51,7 @@ public:
   void addParameter(BlockParameter *param);
   void addInterface(AbstractInterface *inter);
   void removeInterface(AbstractInterface *inter);
+  void removeAllInterfaces();
   void defineBlockParam(BlockParameter *param);
 
   QList<AbstractInterface *> getInterfaces();