aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/welcome/welcomeplugin.cpp
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@digia.com>2014-10-08 23:38:43 +0200
committerAlessandro Portale <alessandro.portale@digia.com>2014-10-09 15:43:28 +0200
commitb1176b97dd420b1df09cf51564566c6ce97d880f (patch)
tree8cd96458361a205c85442f61ed2e1c9524286d90 /src/plugins/welcome/welcomeplugin.cpp
parent32d795f2b67393cc76b8cd8c0462196c451fa201 (diff)
New Qt Creator logo
Change-Id: If00ef246081b72d4f5cc64efb529461c53fb0d23 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'src/plugins/welcome/welcomeplugin.cpp')
-rw-r--r--src/plugins/welcome/welcomeplugin.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/plugins/welcome/welcomeplugin.cpp b/src/plugins/welcome/welcomeplugin.cpp
index 678ebede31..4e8b45c462 100644
--- a/src/plugins/welcome/welcomeplugin.cpp
+++ b/src/plugins/welcome/welcomeplugin.cpp
@@ -114,11 +114,7 @@ WelcomeMode::WelcomeMode() :
m_activePlugin(0)
{
setDisplayName(tr("Welcome"));
- QIcon qtLogo;
- qtLogo.addFile(QLatin1String(Core::Constants::ICON_QTLOGO_32));
- qtLogo.addFile(QLatin1String(Core::Constants::ICON_QTLOGO_64));
- qtLogo.addFile(QLatin1String(Core::Constants::ICON_QTLOGO_128));
- setIcon(qtLogo);
+ setIcon(QIcon(QLatin1String(":/welcome/images/mode_welcome.png")));
setPriority(Core::Constants::P_MODE_WELCOME);
setId(Core::Constants::MODE_WELCOME);
setContextHelpId(QLatin1String("Qt Creator Manual"));