mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
* Don't fade out SocialWidget.
This commit is contained in:
parent
a00c931192
commit
14d7b882fa
@ -258,8 +258,8 @@ SocialWidget::accept()
|
||||
void
|
||||
SocialWidget::close()
|
||||
{
|
||||
hide();
|
||||
connect( this, SIGNAL( hidden() ), this, SLOT( deleteLater() ) );
|
||||
QWidget::hide();
|
||||
deleteLater();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user