mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 18:05:36 -04:00
Branding::style is now ::styleString for clarity.
This commit is contained in:
parent
9615691554
commit
cc5095781d
2 changed files with 8 additions and 7 deletions
|
@ -208,6 +208,13 @@ Branding::string( Branding::StringEntry stringEntry ) const
|
|||
}
|
||||
|
||||
|
||||
QString
|
||||
Branding::styleString( Branding::StyleEntry styleEntry ) const
|
||||
{
|
||||
return m_style.value( s_styleEntryStrings.value( styleEntry ) );
|
||||
}
|
||||
|
||||
|
||||
QString
|
||||
Branding::imagePath( Branding::ImageEntry imageEntry ) const
|
||||
{
|
||||
|
@ -236,12 +243,6 @@ 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