Clean up some lambdas

Change-Id: Id947c0935b1aa4579e1c64d3e510db41103fbe27
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
hjk
2023-12-12 11:34:17 +01:00
parent 8d2cee31e4
commit 016936a450
106 changed files with 237 additions and 241 deletions

View File

@@ -145,7 +145,7 @@ void TerminalWidget::setupPty()
if (m_shellIntegration)
m_shellIntegration->prepareProcess(*m_process.get());
connect(m_process.get(), &Process::readyReadStandardOutput, this, [this]() {
connect(m_process.get(), &Process::readyReadStandardOutput, this, [this] {
onReadyRead(false);
});