mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Add TODOs for Logos in What's new
This commit is contained in:
@@ -90,6 +90,31 @@ WhatsNewWidget_0_8::WhatsNewWidget_0_8( QWidget* parent )
|
|||||||
QPixmap inboxPixmap = ImageRegistry::instance()->pixmap( RESPATH "images/inbox.svg", QSize( 64, 64 ) );
|
QPixmap inboxPixmap = ImageRegistry::instance()->pixmap( RESPATH "images/inbox.svg", QSize( 64, 64 ) );
|
||||||
ui->inboxBoxImage->setPixmap( inboxPixmap );
|
ui->inboxBoxImage->setPixmap( inboxPixmap );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
// TODO: Add URL Lookup Pixmap
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
QPixmap trendingPixmap = ImageRegistry::instance()->pixmap( RESPATH "images/trending.svg", QSize( 64, 64) );
|
||||||
|
ui->trendingBoxImage->setPixmap( trendingPixmap );
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
// TODO: Add Beats Music Pixmap
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
// TODO: Add GMusic Pixmap
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
// TODO: Add IPv6 Pixmap
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
// TODO: Add Design Pixmap
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user