Add different kinds of Url to Branding.

This commit is contained in:
Teo Mrnjavac 2015-04-01 19:00:52 +02:00
parent 593973fc9e
commit ec883e391d
2 changed files with 6 additions and 2 deletions

View File

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

View File

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