Salome HOME
Fixing a bug : Salome GUI style needs addLibraryPath() method to be called
[modules/gui.git] / src / Qtx / QtxListView.cxx
index c45e6c7e5b9f93ab220de8d43c107d82934b37b2..6b3946f2c1e9f210c4544eca906969a2d04d75bf 100755 (executable)
@@ -308,5 +308,5 @@ bool QtxListView::eventFilter( QObject* o, QEvent* e )
     }
   }
   
-  return QObject::eventFilter( o, e );
+  return QListView::eventFilter( o, e );
 }