X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/dd016ff4a3d4c5d4f90277637f86cdc31a7a91f8..d43174d0eb3d293b3bb5fbe76662241134e74d0d:/AbstractBlock.h 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 getInterfaces();