Salome HOME
Fix for bug 10438: Crash during Explode on Blocks operation (Global selection on...
[modules/gui.git] / src / SUIT / SUIT_ViewModel.h
index 82af77687c82648b153e211e431a9ca648734e81..c3c65823368fde526418b171c6352a0469bd984b 100755 (executable)
@@ -9,17 +9,15 @@
 #include <qobject.h>
 #include <qcursor.h>
 
+#ifdef WIN32
+#pragma warning( disable:4251 )
+#endif
 /*!
  * This object manages the definition and behaviour of a View Window. \n
  * In case of definition of this object in an external lib that lib must \n
  * have an exported function "createViewModel" which returns newly created \n
  * instance of SUIT_ViewModel.
  */
-
-#ifdef WIN32
-#pragma warning( disable:4251 )
-#endif
-
 class SUIT_EXPORT SUIT_ViewModel : public QObject
 {
        Q_OBJECT