1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-24 09:49:42 +01:00

Useless focusOutEvent is useless.

This commit is contained in:
Teo Mrnjavac 2012-10-20 18:50:00 +02:00
parent 67b38695bb
commit dfa7a842f1
2 changed files with 0 additions and 7 deletions

View File

@ -261,9 +261,3 @@ SocialWidget::eventFilter( QObject* object, QEvent* event )
return QObject::eventFilter( object, event );
}
void
SocialWidget::focusOutEvent( QFocusEvent* )
{
close();
}

View File

@ -59,7 +59,6 @@ protected:
// void changeEvent( QEvent* e );
void paintEvent( QPaintEvent* event );
bool eventFilter( QObject* object, QEvent* event );
void focusOutEvent( QFocusEvent* );
private slots:
void accept();