Salome HOME
Code alignment.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_InputPanel.h
index 6799c2478b44008f01ab41e05b5351461f2434fe..847dfc7282f949755e52f316a365e3d00c7618bd 100644 (file)
@@ -27,6 +27,7 @@
 
 class QFrame;
 class QPushButton;
+class QLayout;
 
 class HYDROGUI_Module;
 
@@ -42,6 +43,7 @@ public:
   virtual ~HYDROGUI_InputPanel();
 
   void addWidget( QWidget* theWidget );
+  void addLayout( QLayout* theLayout );
   void addStretch();
 
   HYDROGUI_Module* module() const;