From 9774edc08215b7d6daadd7e07d39fd7cfc77a8b5 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Sun, 28 Oct 2007 07:06:56 +0000 Subject: [PATCH] Qt4 - spaces removing. --- modules/gui/qt4/components/preferences_widgets.cpp | 1 - modules/gui/qt4/components/preferences_widgets.hpp | 1 - modules/gui/qt4/util/customwidgets.cpp | 2 -- 3 files changed, 4 deletions(-) diff --git a/modules/gui/qt4/components/preferences_widgets.cpp b/modules/gui/qt4/components/preferences_widgets.cpp index af39ee0b2d..e30e265a7f 100644 --- a/modules/gui/qt4/components/preferences_widgets.cpp +++ b/modules/gui/qt4/components/preferences_widgets.cpp @@ -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 ) { diff --git a/modules/gui/qt4/components/preferences_widgets.hpp b/modules/gui/qt4/components/preferences_widgets.hpp index f4ae90be7a..5e64fa983a 100644 --- a/modules/gui/qt4/components/preferences_widgets.hpp +++ b/modules/gui/qt4/components/preferences_widgets.hpp @@ -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; diff --git a/modules/gui/qt4/util/customwidgets.cpp b/modules/gui/qt4/util/customwidgets.cpp index 95540ef158..2ef11193a3 100644 --- a/modules/gui/qt4/util/customwidgets.cpp +++ b/modules/gui/qt4/util/customwidgets.cpp @@ -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() ) { -- 2.39.5