Add different kinds of Url to Branding.

main
Teo Mrnjavac 10 years ago
parent 593973fc9e
commit ec883e391d

@ -54,7 +54,9 @@ QStringList Branding::s_stringEntryStrings =
"shortProductName",
"bootloaderEntryName",
"productUrl",
"productUrlText"
"supportUrl",
"knownIssuesUrl",
"releaseNotesUrl"
};

@ -46,7 +46,9 @@ public:
ShortProductName,
BootloaderEntryName,
ProductUrl,
ProductUrlText
SupportUrl,
KnownIssuesUrl,
ReleaseNotesUrl
};
enum ImageEntry : short

Loading…
Cancel
Save