X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHOMARDGUI%2FMonCreateListGroup.h;h=07df6e75853d546668b21780bf946e4eb532f558;hb=refs%2Ftags%2FV9_13_0b1;hp=321ddd442a5f779a3b2f2b3210a5f781492cd482;hpb=a9189d870ff98f06dc5577c5fc37102ee5337aea;p=modules%2Fhomard.git diff --git a/src/HOMARDGUI/MonCreateListGroup.h b/src/HOMARDGUI/MonCreateListGroup.h index 321ddd44..07df6e75 100644 --- a/src/HOMARDGUI/MonCreateListGroup.h +++ b/src/HOMARDGUI/MonCreateListGroup.h @@ -1,9 +1,9 @@ -// Copyright (C) 2011-2012 CEA/DEN, EDF R&D +// Copyright (C) 2011-2024 CEA, EDF // // 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 @@ -20,6 +20,7 @@ #ifndef MON_CREATELISTGROUP_H #define MON_CREATELISTGROUP_H +#include "HOMARDGUI_Exports.hxx" #include #include @@ -27,12 +28,12 @@ #include CORBA_CLIENT_HEADER(SALOMEDS_Attributes) #include CORBA_CLIENT_HEADER(HOMARD_Gen) -#include +#include "ui_CreateListGroup.h" #include class MonCreateHypothesis; class MonCreateBoundaryDi; -class MonCreateListGroup : public QDialog, public Ui_CreateListGroup +class HOMARD_EXPORT MonCreateListGroup : public QDialog, public Ui_CreateListGroup { Q_OBJECT @@ -43,7 +44,7 @@ public: protected : - HOMARD::HOMARD_Gen_var _myHomardGen; + HOMARD::HOMARD_Gen_var myHomardGen; MonCreateHypothesis * _parentHyp; MonCreateBoundaryDi * _parentBound;