mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 18:35:37 -04:00
Add debugMode bool to Calamares::Settings.
This commit is contained in:
parent
6559197c4b
commit
c13179fdf0
2 changed files with 12 additions and 0 deletions
|
@ -42,9 +42,13 @@ public:
|
|||
|
||||
QStringList modules( Phase phase ) const;
|
||||
|
||||
bool debugMode() const;
|
||||
|
||||
private:
|
||||
static Settings* s_instance;
|
||||
|
||||
bool m_debug;
|
||||
|
||||
QStringList m_modulesSearchPaths;
|
||||
|
||||
QStringList m_modulesPrepareList;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue