Salome HOME
Addition of autolocker class to avoid deadlocks on throw.
[modules/yacs.git] / src / genericgui / EditionScript.hxx
index 2f71c5ae325a2340048680ff7a21c9692d8da3db..0055f285ace434005140a9b792027470c460141f 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2006-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2014  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -25,6 +25,8 @@
 #include "FormComponent.hxx"
 #include <QRadioButton>
 
+class FormContainer;
+
 #if HAS_QSCI4>0
 class QsciScintilla;
 #endif
@@ -73,6 +75,7 @@ namespace YACS
       ComboBox* cb_container;
       QRadioButton* radiolocal;
       QRadioButton* radioremote;
+      FormContainer* formcontainer;
     };
   }
 }