mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 10:25:36 -04:00
CalamaresUtils::System is now a class.
This commit is contained in:
parent
0803d86c40
commit
42e465aa10
12 changed files with 158 additions and 99 deletions
|
@ -50,10 +50,13 @@ public:
|
|||
|
||||
bool debugMode() const;
|
||||
|
||||
bool doChroot() const;
|
||||
|
||||
private:
|
||||
static Settings* s_instance;
|
||||
|
||||
bool m_debug;
|
||||
bool m_doChroot;
|
||||
|
||||
QStringList m_modulesSearchPaths;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue