mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 18:05: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;
|
||||
|
||||
/// @brief User-visible string to show that the requirement is not met
|
||||
std::function< QString() > negatedText;
|
||||
TextFunction negatedText;
|
||||
|
||||
bool satisfied;
|
||||
bool mandatory;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue