mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 18:05:36 -04:00
Clang: reduce warnings
This commit is contained in:
parent
4643ba0adc
commit
2148538fac
4 changed files with 7 additions and 4 deletions
|
@ -57,9 +57,6 @@ public:
|
|||
private:
|
||||
static Settings* s_instance;
|
||||
|
||||
bool m_debug;
|
||||
bool m_doChroot;
|
||||
|
||||
QStringList m_modulesSearchPaths;
|
||||
|
||||
QList< QMap< QString, QString > > m_customModuleInstances;
|
||||
|
@ -67,6 +64,8 @@ private:
|
|||
|
||||
QString m_brandingComponentName;
|
||||
|
||||
bool m_debug;
|
||||
bool m_doChroot;
|
||||
bool m_promptInstall;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue