]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/errors.cpp
Qt: messages cleanup and work around #2432 to solve the speed issues.
[vlc] / modules / gui / qt4 / dialogs / errors.cpp
index 3de1700e0522cf95b8bf24d0687dcb597b33d753..d8c785eb73a2fffe93e915c1780e003a11757e73 100644 (file)
@@ -36,8 +36,8 @@
 
 ErrorsDialog *ErrorsDialog::instance = NULL;
 
-ErrorsDialog::ErrorsDialog( QWidget *parent, intf_thread_t *_p_intf ) 
-            : QVLCDialog( parent, _p_intf )
+ErrorsDialog::ErrorsDialog( QWidget *parent, intf_thread_t *_p_intf )
+             : QVLCDialog( parent, _p_intf )
 {
     setWindowTitle( qtr( "Errors" ) );
     resize( 500 , 300 );