Salome HOME
updated copyright message
[modules/gui.git] / src / Qtx / QtxBiColorTool.cxx
index 0c756b4e539fe6b5c42892c37cf8f87cd4498f46..2fbe7a4a9aac083eb07a3c694636d07019dc2e38 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2023  CEA, EDF, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -61,7 +61,7 @@ public:
     }
     return mySizeHint; 
   }
-  void paintEvent( QPaintEvent* e )
+  void paintEvent( QPaintEvent* /*e*/ )
   {
     QStylePainter sp(this);
     QStyleOptionButton option;