mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 10:25:36 -04:00
[libcalamaresui] Use convenience type
This commit is contained in:
parent
2cdfe35430
commit
b169281b69
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ struct RequirementEntry
|
||||||
TextFunction enumerationText;
|
TextFunction enumerationText;
|
||||||
|
|
||||||
/// @brief User-visible string to show that the requirement is not met
|
/// @brief User-visible string to show that the requirement is not met
|
||||||
std::function< QString() > negatedText;
|
TextFunction negatedText;
|
||||||
|
|
||||||
bool satisfied;
|
bool satisfied;
|
||||||
bool mandatory;
|
bool mandatory;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue