mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-25 08:28:22 -04:00
adding needed Branding.cpp section
builds, but segfaults on running
This commit is contained in:
parent
56afa45812
commit
b982d751af
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue