From bce6ec94fdc81e0f9291e1f655d12318722339da Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Wed, 1 Apr 2015 18:03:17 +0200 Subject: [PATCH] Add ProductUrl and ProductUrlText to Branding. --- src/libcalamaresui/Branding.cpp | 4 +++- src/libcalamaresui/Branding.h | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/libcalamaresui/Branding.cpp b/src/libcalamaresui/Branding.cpp index 8755b8abd..05318ce2a 100644 --- a/src/libcalamaresui/Branding.cpp +++ b/src/libcalamaresui/Branding.cpp @@ -52,7 +52,9 @@ QStringList Branding::s_stringEntryStrings = "versionedName", "shortVersionedName", "shortProductName", - "bootloaderEntryName" + "bootloaderEntryName", + "productUrl", + "productUrlText" }; diff --git a/src/libcalamaresui/Branding.h b/src/libcalamaresui/Branding.h index 4ebaf3c1f..524172bbc 100644 --- a/src/libcalamaresui/Branding.h +++ b/src/libcalamaresui/Branding.h @@ -44,7 +44,9 @@ public: VersionedName, ShortVersionedName, ShortProductName, - BootloaderEntryName + BootloaderEntryName, + ProductUrl, + ProductUrlText }; enum ImageEntry : short