Utils: Fix compile with Qt5

Amends c8cee1a234.

Change-Id: I8c70a1051704fb82c419b1b24ea7f361622b0f85
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
Christian Stenger
2022-03-28 14:17:31 +02:00
parent e6de3eeb77
commit 93de345587

View File

@@ -99,7 +99,8 @@ public:
{
m_timer.start();
connect(m_reaperSetup.m_process, &QProcess::finished,
connect(m_reaperSetup.m_process,
QOverload<int, QProcess::ExitStatus>::of(&QProcess::finished),
this, &Reaper::handleFinished);
if (emitFinished())