[libcalamaresui] Use convenience type

This commit is contained in:
Adriaan de Groot 2019-02-23 17:41:24 -05:00
parent 2cdfe35430
commit b169281b69

View File

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