Add ProductWelcome image to Branding.

This commit is contained in:
Teo Mrnjavac 2015-06-20 00:18:14 +02:00
parent 3545e4fb86
commit 75cf3f08c6
2 changed files with 4 additions and 2 deletions

View File

@ -63,7 +63,8 @@ QStringList Branding::s_stringEntryStrings =
QStringList Branding::s_imageEntryStrings =
{
"productLogo",
"productIcon"
"productIcon",
"productWelcome"
};
QStringList Branding::s_styleEntryStrings =

View File

@ -54,7 +54,8 @@ public:
enum ImageEntry : short
{
ProductLogo,
ProductIcon
ProductIcon,
ProductWelcome
};
enum StyleEntry : short