Salome HOME
PyInterp for python >3.8
[modules/gui.git] / tools / PyConsole / src / PyConsole_Editor.h
index 451a79f97c508aeef81d917ddd8a7be2a88b200a..0748cf1e66f56787607b551716baa8076fe8bfb3 100644 (file)
@@ -38,7 +38,7 @@ class QEventLoop;
 
 class PYCONSOLE_EXPORT PyConsole_Editor : public QTextEdit
 {
-  Q_OBJECT;
+  Q_OBJECT
 
 public:
   PyConsole_Editor( QWidget* = 0 );