1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 03:10:12 +02:00

Add TODOs for Logos in What's new

This commit is contained in:
Uwe L. Korn
2014-06-13 21:17:01 +01:00
parent 040d1bd660
commit c3158325cb

View File

@@ -90,6 +90,31 @@ WhatsNewWidget_0_8::WhatsNewWidget_0_8( QWidget* parent )
QPixmap inboxPixmap = ImageRegistry::instance()->pixmap( RESPATH "images/inbox.svg", QSize( 64, 64 ) );
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
}
}