[libcalamaresui] Use convenience type
This commit is contained in:
parent
2cdfe35430
commit
b169281b69
@ -48,7 +48,7 @@ struct RequirementEntry
|
||||
TextFunction enumerationText;
|
||||
|
||||
/// @brief User-visible string to show that the requirement is not met
|
||||
std::function< QString() > negatedText;
|
||||
TextFunction negatedText;
|
||||
|
||||
bool satisfied;
|
||||
bool mandatory;
|
||||
|
Loading…
Reference in New Issue
Block a user