Fix build with Qt 6

Amends e9abd60732

Change-Id: Ifae84785683343467672b52f29d560aae9757bfd
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Eike Ziller
2021-05-11 14:44:24 +02:00
parent 4e7ce6284a
commit 1ea3d707c6

View File

@@ -173,7 +173,7 @@ QtcProcess::QtcProcess(QObject *parent)
Q_UNUSED(qProcessProcessErrorMeta) Q_UNUSED(qProcessProcessErrorMeta)
#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0) && defined(Q_OS_UNIX) #if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0) && defined(Q_OS_UNIX)
setChildProcessModifier([this] { setupChildProcess_impl(); }); setChildProcessModifier([this] { d->setupChildProcess_impl(); });
#endif #endif
} }