Salome HOME
0023083: [CEA 1400] Be able to active stereo in OCC view and to choose which kind...
[modules/gui.git] / src / SUIT / SUIT_Desktop.cxx
index e0cbd04a03f8daf457007c40c9b420ff71554576..96bc10f3dbd6b3ed71324b679710474d20850fc2 100755 (executable)
@@ -84,6 +84,9 @@ bool SUIT_Desktop::event( QEvent* e )
   case QEvent::WindowDeactivate:
     emit deactivated();
     break;
+ /*case QEvent::Move:
+    emit moved();
+    break;*/
   default:
     break;
   }