X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/8f0bedf735fe2b306c11c3f4a168245a05e37ccd..14cd6d834ab531525a51c6a6992583b3e9143e02:/Graph.cpp?ds=inline diff --git a/Graph.cpp b/Graph.cpp index 5b491b0..46159ff 100644 --- a/Graph.cpp +++ b/Graph.cpp @@ -201,3 +201,8 @@ void Graph::generateVHDL(const QString &path) throw(Exception) { throw(e); } } + +QList Graph::getExternalResources() { + QList list = topGroup->getExternalResources(); + return list; +}