From b982d751afbcdf695b863b3bccf894efe13a1ef4 Mon Sep 17 00:00:00 2001 From: demmm Date: Thu, 19 Mar 2015 12:00:43 -0400 Subject: [PATCH] adding needed Branding.cpp section builds, but segfaults on running --- src/libcalamaresui/Branding.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/libcalamaresui/Branding.cpp b/src/libcalamaresui/Branding.cpp index de13759b7..916fd84d1 100644 --- a/src/libcalamaresui/Branding.cpp +++ b/src/libcalamaresui/Branding.cpp @@ -236,6 +236,12 @@ Branding::slideshowPath() const return m_slideshowPath; } +QString +Branding::style( Branding::StyleEntry styleEntry ) const +{ + return m_style.value( s_styleEntryStrings.value( styleEntry ) ); +} + void Branding::setGlobals( GlobalStorage* globalStorage ) const