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:
parent
67b38695bb
commit
dfa7a842f1
@ -261,9 +261,3 @@ SocialWidget::eventFilter( QObject* object, QEvent* event )
|
||||
|
||||
return QObject::eventFilter( object, event );
|
||||
}
|
||||
|
||||
void
|
||||
SocialWidget::focusOutEvent( QFocusEvent* )
|
||||
{
|
||||
close();
|
||||
}
|
||||
|
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user