mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-25 08:28:22 -04:00
[requirements] Document code
This commit is contained in:
parent
4f077d3b9a
commit
7d916f649d
1 changed files with 9 additions and 0 deletions
|
@ -27,6 +27,15 @@
|
||||||
class CheckerWidget;
|
class CheckerWidget;
|
||||||
class QWidget;
|
class QWidget;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* An indication of a requirement, which is checked in preparation
|
||||||
|
* for system installation. An entry has a name and some explanation,
|
||||||
|
* as well as three meaningful states:
|
||||||
|
* - checked = true, the requirement is met (green)
|
||||||
|
* - checked = false, the requirement is not met
|
||||||
|
* - required = false, warn about it (yellow), no failure
|
||||||
|
* - required = true, prohibit installation (red)
|
||||||
|
*/
|
||||||
struct PrepareEntry
|
struct PrepareEntry
|
||||||
{
|
{
|
||||||
QString name;
|
QString name;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue