mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
Update Settings.h
This commit is contained in:
parent
6d6c152f70
commit
700e6f0ec6
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
/* === This file is part of Calamares - <https://github.com/calamares> ===
|
||||
*
|
||||
* Copyright 2019, Dominic Hayes <ferenosdev@outlook.com>
|
||||
* Copyright 2019, abucodonosor
|
||||
* Copyright 2014-2015, Teo Mrnjavac <teo@kde.org>
|
||||
* Copyright 2017-2018, Adriaan de Groot <groot@kde.org>
|
||||
*
|
||||
|
@ -68,6 +70,8 @@ public:
|
|||
bool isSetupMode() const { return m_isSetupMode; }
|
||||
|
||||
bool disableCancel() const;
|
||||
|
||||
bool dontCancel() const;
|
||||
|
||||
private:
|
||||
static Settings* s_instance;
|
||||
|
@ -84,6 +88,7 @@ private:
|
|||
bool m_isSetupMode;
|
||||
bool m_promptInstall;
|
||||
bool m_disableCancel;
|
||||
bool m_dontCancel;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue