mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
Load branding component name from Settings.
This commit is contained in:
parent
f952b44922
commit
97cf2a796c
2 changed files with 13 additions and 0 deletions
|
@ -44,6 +44,8 @@ public:
|
|||
|
||||
QStringList modules( Phase phase ) const;
|
||||
|
||||
QString brandingComponentName() const;
|
||||
|
||||
bool debugMode() const;
|
||||
|
||||
private:
|
||||
|
@ -56,6 +58,8 @@ private:
|
|||
QStringList m_modulesPrepareList;
|
||||
QStringList m_modulesInstallList;
|
||||
QStringList m_modulesPostInstallList;
|
||||
|
||||
QString m_brandingComponentName;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue