X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/c85843afb9bd492b46d6fe87a8287157097483f5..6ca6321283b9c93a6df9dcd5216bfa01df9ad24b:/Graph.cpp?ds=sidebyside 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; +}