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

diff --git a/Dispatcher.h b/Dispatcher.h
index fd61087..e79ad60 100644
--- a/Dispatcher.h
+++ b/Dispatcher.h
@@ -44,11 +44,13 @@ public:
   void destroyScene(GroupScene* scene);
   void showRaiseWindow(BoxItem *item);
   void showRstClkInter(AbstractBoxItem *item);
-  void addNewEmptyGroup(GroupScene *scene);
+  GroupWidget *addNewEmptyGroup(GroupScene *scene, bool show = true);
   void addNewFullGroup();  
 
   inline GroupWidget* getCurrentGroup() { return currentGroup; }
 
+  inline void setSceneCounter(int value) { sceneCounter = value;}
+
   bool isCurrentProject;
 
 public slots: