[libcalamaresui] Use convenience type

main
Adriaan de Groot 6 years ago
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…
Cancel
Save