Update Settings.h

This commit is contained in:
The feren OS Dev 2019-04-16 17:17:39 +01:00 committed by GitHub
parent 6d6c152f70
commit 700e6f0ec6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
};
}