forked from qt-creator/qt-creator
ProjectExplorer: Make settings access more direct
A step towards aspectification. Change-Id: Iabf5e56e993449dc482d1d2ab6eeb2885243ab3e Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -189,7 +189,7 @@ bool AbstractProcessStep::setupProcess(Process &process)
|
||||
process.setEnvironment(envWithPwd);
|
||||
process.setCommand({d->m_param.effectiveCommand(), d->m_param.effectiveArguments(),
|
||||
CommandLine::Raw});
|
||||
if (d->m_lowPriority && ProjectExplorerPlugin::projectExplorerSettings().lowBuildPriority)
|
||||
if (d->m_lowPriority && projectExplorerSettings().lowBuildPriority)
|
||||
process.setLowPriority();
|
||||
|
||||
process.setStdOutCodec(buildEnvironment().hasKey("VSLANG")
|
||||
|
||||
Reference in New Issue
Block a user