mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
[libcalamares] Remove confusing name-qualifiers
- Using Branding::ImageEntry, when ImageEntry is an enum class defined *in* Branding, is superfluous, and it also confuses moc; the enum type isn't recognized from QML.
This commit is contained in:
parent
15d8503726
commit
18942f835f
1 changed files with 3 additions and 3 deletions
|
@ -183,9 +183,9 @@ public:
|
|||
void setGlobals( GlobalStorage* globalStorage ) const;
|
||||
|
||||
public slots:
|
||||
QString string( Branding::StringEntry stringEntry ) const;
|
||||
QString styleString( Branding::StyleEntry styleEntry ) const;
|
||||
QString imagePath( Branding::ImageEntry imageEntry ) const;
|
||||
QString string( StringEntry stringEntry ) const;
|
||||
QString styleString( StyleEntry styleEntry ) const;
|
||||
QString imagePath( ImageEntry imageEntry ) const;
|
||||
|
||||
private:
|
||||
static Branding* s_instance;
|
||||
|
|
Loading…
Add table
Reference in a new issue