adding needed Branding.cpp section

builds, but segfaults on running
This commit is contained in:
demmm 2015-03-19 12:00:43 -04:00 committed by Teo Mrnjavac
parent 56afa45812
commit b982d751af

View File

@ -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