]> git.sesse.net Git - vlc/commitdiff
Qt4 - spaces removing.
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 28 Oct 2007 07:06:56 +0000 (07:06 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 28 Oct 2007 07:06:56 +0000 (07:06 +0000)
modules/gui/qt4/components/preferences_widgets.cpp
modules/gui/qt4/components/preferences_widgets.hpp
modules/gui/qt4/util/customwidgets.cpp

index af39ee0b2dfe405a072f8311bbdf1badf9681e86..e30e265a7f15c48787fe633152fe72809d989132 100644 (file)
@@ -434,7 +434,6 @@ QString StringListConfigControl::getValue()
     return combo->itemData( combo->currentIndex() ).toString();
 }
 
-
 void setfillVLCConfigCombo( const char *configname, intf_thread_t *p_intf,
                         QComboBox *combo, QWidget *parent )
 {
index f4ae90be7a1f75929c7334c6484d4ff23a1cbdfa..5e64fa983a4b707b3c14ec0909cca438d7e98edf 100644 (file)
@@ -382,7 +382,6 @@ private slots:
 void setfillVLCConfigCombo(const char *configname, intf_thread_t *p_intf,
                         QComboBox *combo, QWidget *parent = 0 );
 
-
 #if 0
 struct ModuleCheckBox {
     QCheckBox *checkbox;
index 95540ef158331417d1c5411c07076d1c0dcb53b5..2ef11193a38dcfbe1818570b7fdefd6bb75358c7 100644 (file)
@@ -76,7 +76,6 @@ void ClickLineEdit::dropEvent( QDropEvent *ev )
     QLineEdit::dropEvent( ev );
 }
 
-
 void ClickLineEdit::focusInEvent( QFocusEvent *ev )
 {
     if ( mDrawClickMsg == true ) {
@@ -86,7 +85,6 @@ void ClickLineEdit::focusInEvent( QFocusEvent *ev )
     QLineEdit::focusInEvent( ev );
 }
 
-
 void ClickLineEdit::focusOutEvent( QFocusEvent *ev )
 {
     if ( text().isEmpty() ) {