Salome HOME
Updated copyright comment
[modules/gui.git] / src / QxScene / QxScene_ViewWindow.h
index e8bb9ec8383e49cc2ac8865f74092c45307c3e20..a5fc17a1521429f90eb516699487b38ca7c9f7c9 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-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
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -82,7 +82,7 @@ class QXSCENE_EXPORT QxScene_ViewWindow : public SUIT_ViewWindow {
   void              onViewReset(); 
   
  protected:
-  void              resizeEvent( QResizeEvent* theEvent );
+  void              resizeEvent( QResizeEvent* );
 
   QGraphicsScene*   _scene;
   QGraphicsView*    _sceneView;