Add different kinds of Url to Branding.
This commit is contained in:
parent
593973fc9e
commit
ec883e391d
@ -54,7 +54,9 @@ QStringList Branding::s_stringEntryStrings =
|
|||||||
"shortProductName",
|
"shortProductName",
|
||||||
"bootloaderEntryName",
|
"bootloaderEntryName",
|
||||||
"productUrl",
|
"productUrl",
|
||||||
"productUrlText"
|
"supportUrl",
|
||||||
|
"knownIssuesUrl",
|
||||||
|
"releaseNotesUrl"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@ -46,7 +46,9 @@ public:
|
|||||||
ShortProductName,
|
ShortProductName,
|
||||||
BootloaderEntryName,
|
BootloaderEntryName,
|
||||||
ProductUrl,
|
ProductUrl,
|
||||||
ProductUrlText
|
SupportUrl,
|
||||||
|
KnownIssuesUrl,
|
||||||
|
ReleaseNotesUrl
|
||||||
};
|
};
|
||||||
|
|
||||||
enum ImageEntry : short
|
enum ImageEntry : short
|
||||||
|
Loading…
Reference in New Issue
Block a user