Salome HOME
Issue #3279: Incorrect result of 1D-Fillet with boundary value of radius
[modules/shaper.git] / src / ModuleBase / ModuleBase_ParamSpinBox.h
index 0e3decee8785ac7cde159dea0cd08842fb6ec89e..c2d4ab11b5a623c92ed5e0ea35f9ef1154a36fcd 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2020  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; }