[vlc-commits] qt: Remove tabs
    Hugo Beauzée-Luyssen 
    git at videolan.org
       
    Thu Jan 26 11:03:12 CET 2017
    
    
  
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Jan 25 16:33:33 2017 +0100| [aa828170c228166f71adb11ffe5f5ec3bf13abdb] | committer: Hugo Beauzée-Luyssen
qt: Remove tabs
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=aa828170c228166f71adb11ffe5f5ec3bf13abdb
---
 modules/gui/qt/components/interface_widgets.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/qt/components/interface_widgets.cpp b/modules/gui/qt/components/interface_widgets.cpp
index 0c17c20..e75e264 100644
--- a/modules/gui/qt/components/interface_widgets.cpp
+++ b/modules/gui/qt/components/interface_widgets.cpp
@@ -831,7 +831,7 @@ TimeLabel::TimeLabel( intf_thread_t *_p_intf, TimeLabel::Display _displayType  )
               this, setDisplayPosition( float, int64_t, int ) );
 
     connect( this, SIGNAL( broadcastRemainingTime( bool ) ),
-	     THEMIM->getIM(), SIGNAL( remainingTimeChanged( bool ) ) );
+         THEMIM->getIM(), SIGNAL( remainingTimeChanged( bool ) ) );
 
     CONNECT( THEMIM->getIM(), remainingTimeChanged( bool ),
               this, setRemainingTime( bool ) );
    
    
More information about the vlc-commits
mailing list