Salome HOME
#18963 Minimize compiler warnings
[modules/gui.git] / src / Qtx / QtxListAction.cxx
index c3b1891dc9d710a1e36cdca79fd7ec24a9204ac0..c15a0c9dc01d42e0e029f63d421be24f69093f5e 100644 (file)
@@ -455,7 +455,7 @@ bool QtxListAction::ListFrame::eventFilter( QObject* o, QEvent* e )
 {
   bool res = true;
 
-  switch( e->type() )
+  switch( (int)e->type() )
   {
   case QEvent::MouseMove:
     {