Salome HOME
updated copyright message
[modules/gui.git] / src / SALOME_PYQT / SALOME_PYQT_GUILight / SALOME_PYQT_DataObjectLight.cxx
index 02bc5172502bdfe5d8eae6e9fd2c63a9fd39c5ff..3f6939597883274e52989573b05e01384eab35f8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2023  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
@@ -113,7 +113,7 @@ QPixmap SALOME_PYQT_DataObjectLight::icon(const int index) const
 // function : SALOME_PYQT_DataObjectLight::toolTip()
 // purpose  : return toolTip of object
 //=================================================================================
-QString SALOME_PYQT_DataObjectLight::toolTip(const int index) const
+QString SALOME_PYQT_DataObjectLight::toolTip(const int /*index*/) const
 {
   return myToolTip;
 }