Add ProductWelcome image to Branding.
This commit is contained in:
parent
3545e4fb86
commit
75cf3f08c6
@ -63,7 +63,8 @@ QStringList Branding::s_stringEntryStrings =
|
||||
QStringList Branding::s_imageEntryStrings =
|
||||
{
|
||||
"productLogo",
|
||||
"productIcon"
|
||||
"productIcon",
|
||||
"productWelcome"
|
||||
};
|
||||
|
||||
QStringList Branding::s_styleEntryStrings =
|
||||
|
@ -54,7 +54,8 @@ public:
|
||||
enum ImageEntry : short
|
||||
{
|
||||
ProductLogo,
|
||||
ProductIcon
|
||||
ProductIcon,
|
||||
ProductWelcome
|
||||
};
|
||||
|
||||
enum StyleEntry : short
|
||||
|
Loading…
Reference in New Issue
Block a user