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:
parent
6bf34099ec
commit
d5d08c6ea3
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user