Salome HOME
Updated copyright comment
[modules/gui.git] / src / Qtx / QtxMenu.h
index 7a15d38ad958fa8585d2c6c2f8986ef489457493..6b9ae7468d66292637eeea17c114ec5a6b78373f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2016  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
@@ -65,17 +65,11 @@ public:
 public slots:
   virtual void           setVisible( bool );
 
-protected:
-  virtual void           paintEvent( QPaintEvent* );
-
 private:
   void                   updateTitle();
   void                   insertTitle();
   void                   removeTitle();
 
-private  slots:
-  void                   resizeAfterRepaint();
-
 private:
   TitleMode              myMode;
   Title*                 myTitle;