X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/abbc64cf04a35ab3549d5c516f44c7c5921baa63..561d4f45e60504cc9e041370dd908b002fe776a5:/BlockLibraryWidget.h

diff --git a/BlockLibraryWidget.h b/BlockLibraryWidget.h
index f07be4d..43ed5fc 100644
--- a/BlockLibraryWidget.h
+++ b/BlockLibraryWidget.h
@@ -23,6 +23,9 @@ public:
   explicit BlockLibraryWidget(Dispatcher* _dispatcher, Parameters* _params, QWidget *parent = 0);
   ~BlockLibraryWidget();
 
+public slots:
+  void updateComboScene();
+
 private slots:
     void addClicked();
     void clicked();
@@ -34,7 +37,7 @@ private:
   Dispatcher* dispatcher;
   QTreeWidget* tree;
   QPushButton* buttonAdd;
-  QBoxLayout *layout;
+  QComboBox* comboScenes;
   // other attributes
   
   void addChild(BlockCategory *catParent, QTreeWidgetItem* itemParent);