mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Style cleanup.
This commit is contained in:
@@ -180,8 +180,7 @@ void
|
|||||||
SocialWidget::setQuery( const Tomahawk::query_ptr& query )
|
SocialWidget::setQuery( const Tomahawk::query_ptr& query )
|
||||||
{
|
{
|
||||||
m_query = query;
|
m_query = query;
|
||||||
ui->coverImage->setPixmap( TomahawkUtils::addDropShadow(
|
ui->coverImage->setPixmap( TomahawkUtils::addDropShadow( query->cover( ui->coverImage->size() ), ui->coverImage->size() ) );
|
||||||
query->cover( ui->coverImage->size() ), ui->coverImage->size() ) );
|
|
||||||
onShortLinkReady( QString(), QString(), QVariant() );
|
onShortLinkReady( QString(), QString(), QVariant() );
|
||||||
onChanged();
|
onChanged();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user