X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHEXABLOCKGUI%2FHEXABLOCKGUI_DocumentSelectionModel.hxx;h=34164950e79d8b12e90d14a73441d50704f5f57c;hb=b807e66955ae476b30f59bc29f1fe6c813837063;hp=7f55a543c52e0815f7b60b7391f9eb4880e155bb;hpb=9f38d30a4881892bfae2dd94a5f67c49368205e6;p=modules%2Fhexablock.git diff --git a/src/HEXABLOCKGUI/HEXABLOCKGUI_DocumentSelectionModel.hxx b/src/HEXABLOCKGUI/HEXABLOCKGUI_DocumentSelectionModel.hxx old mode 100755 new mode 100644 index 7f55a54..3416495 --- a/src/HEXABLOCKGUI/HEXABLOCKGUI_DocumentSelectionModel.hxx +++ b/src/HEXABLOCKGUI/HEXABLOCKGUI_DocumentSelectionModel.hxx @@ -1,9 +1,9 @@ -// Copyright (C) 2009-2013 CEA/DEN, EDF R&D +// Copyright (C) 2009-2022 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 @@ -20,7 +20,7 @@ #ifndef _HEXABLOCKGUI_DOCUMENTSELECTIONMODEL_HXX_ #define _HEXABLOCKGUI_DOCUMENTSELECTIONMODEL_HXX_ -#include "hexa_base.hxx" +#include "HEXABLOCKGUI_Export.hxx" #include //#include @@ -40,7 +40,7 @@ namespace HEXABLOCK namespace GUI { - class HexaExport SelectionModel: public QItemSelectionModel + class HEXABLOCK_EXPORT SelectionModel: public QItemSelectionModel { Q_OBJECT @@ -89,7 +89,7 @@ namespace HEXABLOCK // } // }; - class HexaExport PatternDataSelectionModel : public SelectionModel + class HEXABLOCK_EXPORT PatternDataSelectionModel : public SelectionModel { Q_OBJECT @@ -113,7 +113,7 @@ namespace HEXABLOCK }; - class HexaExport PatternGeomSelectionModel : public SelectionModel + class HEXABLOCK_EXPORT PatternGeomSelectionModel : public SelectionModel { Q_OBJECT @@ -134,7 +134,7 @@ namespace HEXABLOCK }; - class HexaExport GroupsSelectionModel : public SelectionModel + class HEXABLOCK_EXPORT GroupsSelectionModel : public SelectionModel { Q_OBJECT @@ -149,7 +149,7 @@ namespace HEXABLOCK }; - class HexaExport MeshSelectionModel : public SelectionModel + class HEXABLOCK_EXPORT MeshSelectionModel : public SelectionModel { Q_OBJECT