Add ProductUrl and ProductUrlText to Branding.
This commit is contained in:
parent
4088d9bd3b
commit
bce6ec94fd
@ -52,7 +52,9 @@ QStringList Branding::s_stringEntryStrings =
|
|||||||
"versionedName",
|
"versionedName",
|
||||||
"shortVersionedName",
|
"shortVersionedName",
|
||||||
"shortProductName",
|
"shortProductName",
|
||||||
"bootloaderEntryName"
|
"bootloaderEntryName",
|
||||||
|
"productUrl",
|
||||||
|
"productUrlText"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@ -44,7 +44,9 @@ public:
|
|||||||
VersionedName,
|
VersionedName,
|
||||||
ShortVersionedName,
|
ShortVersionedName,
|
||||||
ShortProductName,
|
ShortProductName,
|
||||||
BootloaderEntryName
|
BootloaderEntryName,
|
||||||
|
ProductUrl,
|
||||||
|
ProductUrlText
|
||||||
};
|
};
|
||||||
|
|
||||||
enum ImageEntry : short
|
enum ImageEntry : short
|
||||||
|
Loading…
Reference in New Issue
Block a user