forked from qt-creator/qt-creator
Clean up some lambdas
Change-Id: Id947c0935b1aa4579e1c64d3e510db41103fbe27 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user