Commit 9774edc0 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - spaces removing.

parent 662b0388
...@@ -434,7 +434,6 @@ QString StringListConfigControl::getValue() ...@@ -434,7 +434,6 @@ QString StringListConfigControl::getValue()
return combo->itemData( combo->currentIndex() ).toString(); return combo->itemData( combo->currentIndex() ).toString();
} }
void setfillVLCConfigCombo( const char *configname, intf_thread_t *p_intf, void setfillVLCConfigCombo( const char *configname, intf_thread_t *p_intf,
QComboBox *combo, QWidget *parent ) QComboBox *combo, QWidget *parent )
{ {
......
...@@ -382,7 +382,6 @@ private slots: ...@@ -382,7 +382,6 @@ private slots:
void setfillVLCConfigCombo(const char *configname, intf_thread_t *p_intf, void setfillVLCConfigCombo(const char *configname, intf_thread_t *p_intf,
QComboBox *combo, QWidget *parent = 0 ); QComboBox *combo, QWidget *parent = 0 );
#if 0 #if 0
struct ModuleCheckBox { struct ModuleCheckBox {
QCheckBox *checkbox; QCheckBox *checkbox;
......
...@@ -76,7 +76,6 @@ void ClickLineEdit::dropEvent( QDropEvent *ev ) ...@@ -76,7 +76,6 @@ void ClickLineEdit::dropEvent( QDropEvent *ev )
QLineEdit::dropEvent( ev ); QLineEdit::dropEvent( ev );
} }
void ClickLineEdit::focusInEvent( QFocusEvent *ev ) void ClickLineEdit::focusInEvent( QFocusEvent *ev )
{ {
if ( mDrawClickMsg == true ) { if ( mDrawClickMsg == true ) {
...@@ -86,7 +85,6 @@ void ClickLineEdit::focusInEvent( QFocusEvent *ev ) ...@@ -86,7 +85,6 @@ void ClickLineEdit::focusInEvent( QFocusEvent *ev )
QLineEdit::focusInEvent( ev ); QLineEdit::focusInEvent( ev );
} }
void ClickLineEdit::focusOutEvent( QFocusEvent *ev ) void ClickLineEdit::focusOutEvent( QFocusEvent *ev )
{ {
if ( text().isEmpty() ) { if ( text().isEmpty() ) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment