1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-25 02:09:48 +01:00

* Style cleanup.

This commit is contained in:
Christian Muehlhaeuser 2012-11-03 03:04:15 +01:00
parent 6bf34099ec
commit d5d08c6ea3

View File

@ -180,8 +180,7 @@ void
SocialWidget::setQuery( const Tomahawk::query_ptr& query )
{
m_query = query;
ui->coverImage->setPixmap( TomahawkUtils::addDropShadow(
query->cover( ui->coverImage->size() ), ui->coverImage->size() ) );
ui->coverImage->setPixmap( TomahawkUtils::addDropShadow( query->cover( ui->coverImage->size() ), ui->coverImage->size() ) );
onShortLinkReady( QString(), QString(), QVariant() );
onChanged();