1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-07 06:36:55 +02:00

Add Design thumbnail placeholder

This commit is contained in:
Uwe L. Korn
2014-06-15 15:33:01 +01:00
parent ae9958df7c
commit a9676431b8

View File

@@ -116,7 +116,8 @@ WhatsNewWidget_0_8::WhatsNewWidget_0_8( QWidget* parent )
} }
{ {
// TODO: Add Design Pixmap QPixmap designPixmap = ImageRegistry::instance()->pixmap( RESPATH "images/new-additions.svg", QSize( 64, 64 ) );
ui->designBoxImage->setPixmap( designPixmap );
} }
} }