Salome HOME
Possibility to load proprietary plugins on startup and check the license validity
[modules/shaper.git] / src / ModuleBase / ModuleBase_ParamSpinBox.h
index e3fdde3747aa4b9244c0e0b5391d4a40dd36fbaf..8298d1e1cf3b7e66aff0514d0c47ee6a5f97c86e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2020  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
@@ -105,7 +105,7 @@ protected:
 
   /// The virtual function is reimplemented in order to avoid extra increasing of value by StepBy
   /// method
-  virtual void timerEvent(QTimerEvent *event) {}
+  virtual void timerEvent(QTimerEvent* /*event*/) {}
 
   virtual StepEnabled stepEnabled() const { return StepUpEnabled | StepDownEnabled; }