Salome HOME
Splash screen was implemented. Changes in packages SUIT and Session are integrated.
[modules/gui.git] / src / PythonConsole / PythonConsole_PyEditor.h
index 5fab9f0a7f88a67ae45f7fc553c78f173efc40f3..b5d303a60e41545e2c5768801c3de6f489028495 100755 (executable)
@@ -24,7 +24,6 @@
 //  File   : PythonConsole_PyEditor.h
 //  Author : Nicolas REJNERI
 //  Module : SALOME
-//  $Header$
 
 #ifndef PythonConsole_PyEditor_H
 #define PythonConsole_PyEditor_H
@@ -46,6 +45,8 @@ public:
   
   virtual void setText(QString s); 
   bool isCommand(const QString& str) const;
+
+  virtual void exec( const QString& command );
   
 protected:
   virtual void contentsDropEvent( QDropEvent* event );