Load branding component name from Settings.

This commit is contained in:
Teo Mrnjavac 2014-10-10 18:13:02 +02:00
parent f952b44922
commit 97cf2a796c
2 changed files with 13 additions and 0 deletions

View file

@ -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;
};
}