From c3158325cb04bbedc0424893666777b6845d6849 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Fri, 13 Jun 2014 21:17:01 +0100 Subject: [PATCH] Add TODOs for Logos in What's new --- src/viewpages/whatsnew_0_8/WhatsNew_0_8.cpp | 25 +++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/viewpages/whatsnew_0_8/WhatsNew_0_8.cpp b/src/viewpages/whatsnew_0_8/WhatsNew_0_8.cpp index fbe0c5cf2..9b564ac16 100644 --- a/src/viewpages/whatsnew_0_8/WhatsNew_0_8.cpp +++ b/src/viewpages/whatsnew_0_8/WhatsNew_0_8.cpp @@ -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 + } }