A few more direct FilePathAspect value accesses

Task-number: QTCREATORBUG-29167
Change-Id: I8eba582303c16dddbdb5cea5bce43f048bac06b7
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2023-06-29 17:21:18 +02:00
parent 2cc4967451
commit d0d1e1af1f
4 changed files with 7 additions and 7 deletions

View File

@@ -142,7 +142,7 @@ void TerminalWidget::setupPty()
m_process = std::make_unique<Process>();
CommandLine shellCommand = m_openParameters.shellCommand.value_or(
CommandLine{TerminalSettings::instance().shell.filePath(),
CommandLine{TerminalSettings::instance().shell(),
TerminalSettings::instance().shellArguments.value(),
CommandLine::Raw});