Salome HOME
Merge branch 'master' of newgeom:newgeom.git
[modules/shaper.git] / src / PyEvent / PyEvent_Event.h
index ed1ea7b7402c2f6629bcc35791c99b21e24eeb40..76340b94b129fc77f58a8032cbea53e7b99d3158 100644 (file)
@@ -9,7 +9,8 @@
 //! SALOME custom event type
 #define PyEvent_EVENT QEvent::Type( QEvent::User + 10000 )
 
-class PYEVENT_EXPORT PyEvent_CustomEvent : public QEvent
+// PYEVENT_EXPORT
+class PyEvent_CustomEvent : public QEvent
 {
 public:
   PyEvent_CustomEvent( int type );
@@ -24,7 +25,8 @@ private:
 
 class QSemaphore;
 
-class PYEVENT_EXPORT PyEvent_Event
+//PYEVENT_EXPORT
+class PyEvent_Event
 {
 public:
   PyEvent_Event();