adding needed Branding.cpp section

builds, but segfaults on running
main
demmm 10 years ago committed by Teo Mrnjavac
parent 56afa45812
commit b982d751af

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

Loading…
Cancel
Save