adding needed Branding.cpp section
builds, but segfaults on running
This commit is contained in:
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…
Reference in New Issue
Block a user