Salome HOME
Updated copyright comment
[modules/gui.git] / src / GraphicsView / GraphicsView_Object.h
index dd976fe6ff033429d1dce331a5924258b77cb534..34b83ab7caaaa5bbddd657027b785aed49d31f7f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2020  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2013-2024  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
@@ -74,10 +74,10 @@ public:
   virtual void               move( double theDX, double theDY, bool theIsAtOnce = false );
   virtual bool               finishMove( bool theStatus );
   virtual bool               isMoving() const { return myIsMoving; }
-  virtual bool               isMovingByXAllowed( double theDX ) { return true; }
-  virtual bool               isMovingByYAllowed( double theDY ) { return true; }
+  virtual bool               isMovingByXAllowed( double /*theDX*/ ) { return true; }
+  virtual bool               isMovingByYAllowed( double /*theDY*/ ) { return true; }
 
-  virtual bool               updateScale( bool theIsScaleUp, bool theIsCtrl ) { return false; }
+  virtual bool               updateScale( bool /*theIsScaleUp*/, bool /*theIsCtrl*/ ) { return false; }
 
   virtual QRectF             getPullingRect() const { return getRect(); }
   virtual bool               portContains( const QPointF& ) { return false; }