Salome HOME
updated copyright message
[modules/gui.git] / tools / PyEditor / src / PyEditor_Window.h
index 1369db1cdaee63dc81e8523c734b679be8f5d066..e8253fe338a9f0f7015cb4b179e9085352573e3a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2016  OPEN CASCADE
+// Copyright (C) 2015-2023  OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -46,6 +46,8 @@ public:
 
   void        loadFile( const QString&, bool = true );
   bool        saveFile( const QString&, bool = true );
+
+  PyEditor_Widget* editor();
   
 protected:
   virtual void closeEvent( QCloseEvent* );