]> SALOME platform Git repositories - modules/gui.git/blobdiff - src/GraphicsView/GraphicsView_ViewFrame.h
Salome HOME
updated copyright message
[modules/gui.git] / src / GraphicsView / GraphicsView_ViewFrame.h
index 8068f9e9fda309c50cc45442b48065adaa0a7397..f68ca1b0469e203d2b0cc883cca6c6bce8f02ec9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2013-2023  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
@@ -23,6 +23,7 @@
 #include "GraphicsView.h"
 
 #include <SUIT_ViewWindow.h>
+#include <QPainterPath>
 
 class QGraphicsSceneContextMenuEvent;
 class QGraphicsSceneMouseEvent;
@@ -48,7 +49,7 @@ public:
 
 public:
   GraphicsView_ViewFrame( SUIT_Desktop*, GraphicsView_Viewer*, QWidget* w = NULL );
-  virtual ~GraphicsView_ViewFrame();
+  ~GraphicsView_ViewFrame();
 
   GraphicsView_Viewer*    getViewer() const { return myViewer; }
   GraphicsView_ViewPort*  getViewPort() const  { return myViewPort; }