mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
* Style cleanup.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user