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

diff --git a/Parameters.h b/Parameters.h
index 7f14814..a152f1c 100644
--- a/Parameters.h
+++ b/Parameters.h
@@ -20,6 +20,7 @@ class GroupItem;
 class BoxItem;
 class InterfaceItem;
 class Graph;
+class GroupWidget;
 
 #include "BlockImplementation.h"
 
@@ -128,7 +129,7 @@ public :
   void clear();
 
   QDomElement openProjectFile(const QString& projectFileName) throw(Exception);
-  void loadProject(QDomElement root);
+  GroupWidget *loadProject(QDomElement root) throw(Exception);
 
   void loadBlastConfiguration(QString confFile) throw(Exception);
   void loadReferencesFromXml() throw(Exception);