]> git.sesse.net Git - vlc/commitdiff
Qt4 - Add more debug to inputManager events.
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 8 Feb 2008 06:03:12 +0000 (06:03 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 8 Feb 2008 06:03:12 +0000 (06:03 +0000)
modules/gui/qt4/input_manager.cpp

index fced35a6eace0fda6dbcd4759bae7a698195cf3d..258580b5f73f31017a85971936be9aca24e8afaf 100644 (file)
@@ -156,6 +156,9 @@ void InputManager::customEvent( QEvent *event )
          type != ItemStateChanged_Type )
         return;
 
+    if( type != PositionUpdate_Type )
+        msg_Dbg( p_intf, "New Event: type %i", type );
+
     /* Delete the input */
     if( !p_input || p_input->b_dead || p_input->b_die )
     {