mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-25 03:15:44 -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> ===
|
/* === 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 2014-2015, Teo Mrnjavac <teo@kde.org>
|
||||||
* Copyright 2017-2018, Adriaan de Groot <groot@kde.org>
|
* Copyright 2017-2018, Adriaan de Groot <groot@kde.org>
|
||||||
*
|
*
|
||||||
|
@ -69,6 +71,8 @@ public:
|
||||||
|
|
||||||
bool disableCancel() const;
|
bool disableCancel() const;
|
||||||
|
|
||||||
|
bool dontCancel() const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
static Settings* s_instance;
|
static Settings* s_instance;
|
||||||
|
|
||||||
|
@ -84,6 +88,7 @@ private:
|
||||||
bool m_isSetupMode;
|
bool m_isSetupMode;
|
||||||
bool m_promptInstall;
|
bool m_promptInstall;
|
||||||
bool m_disableCancel;
|
bool m_disableCancel;
|
||||||
|
bool m_dontCancel;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue