X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSALOME_PYQT%2FSALOME_PYQT_GUILight%2FSALOME_PYQT_BorrowedDataObjectLight.h;h=608d764172945052ed23dbcd57319334b6d998f3;hb=3e5f3ccf11b6d2124731a3e0532cd46c6bb8c850;hp=344818eb69d888692c2967b70405132a328eb274;hpb=4788d6df9fc9bf47d35a8e38ec57983b19ce5d65;p=modules%2Fgui.git diff --git a/src/SALOME_PYQT/SALOME_PYQT_GUILight/SALOME_PYQT_BorrowedDataObjectLight.h b/src/SALOME_PYQT/SALOME_PYQT_GUILight/SALOME_PYQT_BorrowedDataObjectLight.h index 344818eb6..608d76417 100644 --- a/src/SALOME_PYQT/SALOME_PYQT_GUILight/SALOME_PYQT_BorrowedDataObjectLight.h +++ b/src/SALOME_PYQT/SALOME_PYQT_GUILight/SALOME_PYQT_BorrowedDataObjectLight.h @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2019 CEA/DEN, EDF R&D, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -32,6 +32,9 @@ /*! * SALOME_PYQT_BorrowedDataObjectLight - PYTHON LIGHT module's data object class + * for objects created by other modules and referenced in a light module. + * Used to propagate selection in a light module client of other modules publishing objects in study. + * (copied from SALOME_PYQT_DataObjectLight) */ class SALOME_PYQT_LIGHT_EXPORT SALOME_PYQT_BorrowedDataObjectLight : public virtual LightApp_DataObject {