Salome HOME
updated copyright message
[modules/shaper.git] / src / XGUI / XGUI_TransparencyWidget.cpp
index a69954fac92f8687a79aabee00de4157c6d0d5e8..e9a03ea6d52782a61e3cec96d057e4b71608d940 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2023  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -26,7 +26,8 @@
 #include <QLabel>
 #include <QSlider>
 
-XGUI_TransparencyWidget::XGUI_TransparencyWidget(QWidget* theParent, const QString& theLabelText)
+XGUI_TransparencyWidget::XGUI_TransparencyWidget(QWidget* theParent,
+                                                 const QString& /*theLabelText*/)
   : QWidget(theParent)
 {
   QVBoxLayout* aLay = new QVBoxLayout(this);