diff --git a/src/libcalamaresui/modulesystem/Requirement.h b/src/libcalamaresui/modulesystem/Requirement.h index 69e170c94..5688d4e14 100644 --- a/src/libcalamaresui/modulesystem/Requirement.h +++ b/src/libcalamaresui/modulesystem/Requirement.h @@ -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;