mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
* Don't fade out SocialWidget.
This commit is contained in:
@@ -258,8 +258,8 @@ SocialWidget::accept()
|
|||||||
void
|
void
|
||||||
SocialWidget::close()
|
SocialWidget::close()
|
||||||
{
|
{
|
||||||
hide();
|
QWidget::hide();
|
||||||
connect( this, SIGNAL( hidden() ), this, SLOT( deleteLater() ) );
|
deleteLater();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user