@ -190,7 +190,7 @@ ModuleManager::loadModules()
= failedModules . isEmpty ( ) ? Settings : : instance ( ) - > modulesSequence ( ) : Settings : : ModuleSequence ( ) ;
= failedModules . isEmpty ( ) ? Settings : : instance ( ) - > modulesSequence ( ) : Settings : : ModuleSequence ( ) ;
for ( const auto & modulePhase : modulesSequence )
for ( const auto & modulePhase : modulesSequence )
{
{
Module Action currentAction = modulePhase . first ;
Module System: : Action currentAction = modulePhase . first ;
foreach ( const QString & moduleEntry , modulePhase . second )
foreach ( const QString & moduleEntry , modulePhase . second )
{
{
@ -285,7 +285,7 @@ ModuleManager::loadModules()
// At this point we most certainly have a pointer to a loaded module in
// At this point we most certainly have a pointer to a loaded module in
// thisModule. We now need to enqueue jobs info into an EVS.
// thisModule. We now need to enqueue jobs info into an EVS.
if ( currentAction = = Module Action: : Exec )
if ( currentAction = = Module System: : Action: : Exec )
{
{
ExecutionViewStep * evs
ExecutionViewStep * evs
= qobject_cast < ExecutionViewStep * > ( Calamares : : ViewManager : : instance ( ) - > viewSteps ( ) . last ( ) ) ;
= qobject_cast < ExecutionViewStep * > ( Calamares : : ViewManager : : instance ( ) - > viewSteps ( ) . last ( ) ) ;