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

Qt4 - spaces removing.

parent 662b0388
......@@ -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 )
{
......
......@@ -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;
......
......@@ -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() ) {
......
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