]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/util/customwidgets.cpp
Qt4 - spaces removing.
[vlc] / modules / gui / qt4 / util / customwidgets.cpp
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() ) {