forked from qt-creator/qt-creator
Fix build with Qt 6
Amends e9abd60732
Change-Id: Ifae84785683343467672b52f29d560aae9757bfd
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user