forked from qt-creator/qt-creator
Utils: Fix compile with Qt5
Amends c8cee1a234
.
Change-Id: I8c70a1051704fb82c419b1b24ea7f361622b0f85
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -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())
|
||||
|
Reference in New Issue
Block a user