X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=inline;f=src%2Fgenericgui%2FEditionScript.hxx;h=0055f285ace434005140a9b792027470c460141f;hb=c0fcc541861db7c8009c9e4f0b73cfff568c5934;hp=2f71c5ae325a2340048680ff7a21c9692d8da3db;hpb=c81be9b5e74b26e207bd6efd0ccf68418ac536a3;p=modules%2Fyacs.git diff --git a/src/genericgui/EditionScript.hxx b/src/genericgui/EditionScript.hxx index 2f71c5ae3..0055f285a 100644 --- a/src/genericgui/EditionScript.hxx +++ b/src/genericgui/EditionScript.hxx @@ -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 +class FormContainer; + #if HAS_QSCI4>0 class QsciScintilla; #endif @@ -73,6 +75,7 @@ namespace YACS ComboBox* cb_container; QRadioButton* radiolocal; QRadioButton* radioremote; + FormContainer* formcontainer; }; } }