X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_IconFactory.h;h=f49bb0239125e3e1c9805d55e4fa3478b1b634af;hb=50c0ccb84aa5d196a71a8edac332cfcc21bb5462;hp=aafd60940cdb201945e22390ce407ec5d4f13d77;hpb=2532fb2df83ee1ddd9ff3e8b381d3788eaa15b69;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_IconFactory.h b/src/PartSet/PartSet_IconFactory.h index aafd60940..f49bb0239 100644 --- a/src/PartSet/PartSet_IconFactory.h +++ b/src/PartSet/PartSet_IconFactory.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2017 CEA/DEN, EDF R&D +// Copyright (C) 2014-2021 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 @@ -12,9 +12,9 @@ // // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // #ifndef PartSet_IconFactory_H @@ -27,6 +27,8 @@ #include +class PartSet_Module; + /**\class PartSet_IconFactory * \ingroup GUI * \brief This is a class is redefined in order to provide @@ -36,7 +38,7 @@ class PARTSET_EXPORT PartSet_IconFactory : public ModuleBase_IconFactory, public { public: /// Constructor - PartSet_IconFactory(); + PartSet_IconFactory(PartSet_Module* theModule); /// Returns Icon for the given object /// \param theObj an object @@ -48,6 +50,7 @@ public: private: static QMap myIcons; + PartSet_Module* myModule; }; #endif \ No newline at end of file