diff --git a/src/perfoutputwidgetkonsole.cpp b/src/perfoutputwidgetkonsole.cpp index 192906964..ec8ef11e6 100644 --- a/src/perfoutputwidgetkonsole.cpp +++ b/src/perfoutputwidgetkonsole.cpp @@ -149,7 +149,7 @@ void PerfOutputWidgetKonsole::addPartToLayout() m_konsoleFile = new QTemporaryFile(m_konsolePart); m_konsoleFile->open(); - const auto terminalInterface = qobject_cast(m_konsolePart); + const auto terminalInterface = qobject_cast(m_konsolePart); terminalInterface->startProgram(tailExe(), {tailExe(), QStringLiteral("-f"), m_konsoleFile->fileName()}); m_konsolePart->widget()->focusWidget()->installEventFilter(this);